Rev 3778 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3778 | Rev 3908 | ||
|---|---|---|---|
| Line 42... | Line 42... | ||
| 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 | #define physmem_print() |
50 | #define physmem_print() |
| 50 | 51 | ||
| 51 | #define ARCH_STACK_FRAMES TWO_FRAMES |
52 | #define ARCH_STACK_FRAMES TWO_FRAMES |