Rev 2721 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2721 | Rev 3908 | ||
---|---|---|---|
Line 42... | Line 42... | ||
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 uintptr_t end_frame; |
|
47 | extern void frame_arch_init(void); |
48 | extern void frame_arch_init(void); |
48 | extern void physmem_print(void); |
49 | extern void physmem_print(void); |
49 | #endif /* __ASM__ */ |
50 | #endif /* __ASM__ */ |
50 | 51 | ||
51 | #endif |
52 | #endif |