Rev 3973 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3973 | Rev 4277 | ||
|---|---|---|---|
| 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_of_identity; |
|
| - | 77 | ||
| 76 | extern void frame_arch_init(void); |
78 | extern void frame_arch_init(void); |
| 77 | #define physmem_print() |
79 | #define physmem_print() |
| 78 | 80 | ||
| 79 | #endif |
81 | #endif |
| 80 | #endif |
82 | #endif |