Rev 2927 | Rev 4343 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2927 | Rev 4338 | ||
---|---|---|---|
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> |
|
- | 45 | ||
- | 46 | extern uintptr_t last_frame; |
|
- | 47 | ||
44 | extern void frame_arch_init(void); |
48 | extern void frame_arch_init(void); |
45 | #define physmem_print() |
49 | #define physmem_print() |
46 | 50 | ||
47 | #define ARCH_STACK_FRAMES TWO_FRAMES |
51 | #define ARCH_STACK_FRAMES TWO_FRAMES |
48 | 52 |