Rev 3908 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3908 | Rev 3973 | ||
|---|---|---|---|
| Line 71... | Line 71... | ||
| 71 | }; |
71 | }; |
| 72 | 72 | ||
| 73 | typedef union frame_address frame_address_t; |
73 | typedef union frame_address frame_address_t; |
| 74 | 74 | ||
| 75 | extern uintptr_t last_frame; |
75 | extern uintptr_t last_frame; |
| 76 | extern uintptr_t end_frame; |
- | |
| 77 | extern void frame_arch_init(void); |
76 | extern void frame_arch_init(void); |
| 78 | #define physmem_print() |
77 | #define physmem_print() |
| 79 | 78 | ||
| 80 | #endif |
79 | #endif |
| 81 | #endif |
80 | #endif |