Rev 765 | Rev 825 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 765 | Rev 808 | ||
|---|---|---|---|
| Line 27... | Line 27... | ||
| 27 | */ |
27 | */ |
| 28 | 28 | ||
| 29 | #ifndef __amd64_PAGE_H__ |
29 | #ifndef __amd64_PAGE_H__ |
| 30 | #define __amd64_PAGE_H__ |
30 | #define __amd64_PAGE_H__ |
| 31 | 31 | ||
| - | 32 | #include <arch/mm/frame.h> |
|
| - | 33 | ||
| 32 | #ifndef __ASM__ |
34 | #ifndef __ASM__ |
| 33 | # include <mm/page.h> |
35 | # include <mm/page.h> |
| 34 | # include <arch/mm/frame.h> |
- | |
| 35 | # include <arch/types.h> |
36 | # include <arch/types.h> |
| 36 | #endif |
37 | #endif |
| 37 | 38 | ||
| 38 | #define PAGE_WIDTH FRAME_WIDTH |
39 | #define PAGE_WIDTH FRAME_WIDTH |
| 39 | #define PAGE_SIZE FRAME_SIZE |
40 | #define PAGE_SIZE FRAME_SIZE |