Rev 1730 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1730 | Rev 1780 | ||
---|---|---|---|
Line 41... | Line 41... | ||
41 | #ifdef KERNEL |
41 | #ifdef KERNEL |
42 | #ifndef __ASM__ |
42 | #ifndef __ASM__ |
43 | 43 | ||
44 | #include <arch/types.h> |
44 | #include <arch/types.h> |
45 | 45 | ||
46 | extern __address last_frame; |
46 | extern uintptr_t last_frame; |
47 | 47 | ||
48 | extern void frame_arch_init(void); |
48 | extern void frame_arch_init(void); |
49 | 49 | ||
50 | #endif /* __ASM__ */ |
50 | #endif /* __ASM__ */ |
51 | #endif /* KERNEL */ |
51 | #endif /* KERNEL */ |