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