Rev 1702 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1702 | Rev 1780 | ||
---|---|---|---|
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 | 45 | ||
46 | #ifndef __ASM__ |
46 | #ifndef __ASM__ |
47 | extern __address last_frame; |
47 | extern uintptr_t last_frame; |
48 | extern void frame_arch_init(void); |
48 | extern void frame_arch_init(void); |
49 | #endif /* __ASM__ */ |
49 | #endif /* __ASM__ */ |
50 | 50 | ||
51 | #endif |
51 | #endif |
52 | 52 |