Rev 2071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2071 | Rev 2721 | ||
---|---|---|---|
Line 38... | Line 38... | ||
38 | #ifndef __ASM__ |
38 | #ifndef __ASM__ |
39 | #include <arch/types.h> |
39 | #include <arch/types.h> |
40 | #endif /* __ASM__ */ |
40 | #endif /* __ASM__ */ |
41 | 41 | ||
42 | #define FRAME_WIDTH 12 /* 4K */ |
42 | #define FRAME_WIDTH 12 /* 4K */ |
43 | #define FRAME_SIZE (1<<FRAME_WIDTH) |
43 | #define FRAME_SIZE (1 << FRAME_WIDTH) |
44 | 44 | ||
45 | #ifndef __ASM__ |
45 | #ifndef __ASM__ |
46 | extern uintptr_t last_frame; |
46 | extern uintptr_t last_frame; |
47 | extern void frame_arch_init(void); |
47 | extern void frame_arch_init(void); |
- | 48 | extern void physmem_print(void); |
|
48 | #endif /* __ASM__ */ |
49 | #endif /* __ASM__ */ |
49 | 50 | ||
50 | #endif |
51 | #endif |
51 | 52 | ||
52 | /** @} |
53 | /** @} |