Rev 1215 | Rev 1702 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1215 | Rev 1374 | ||
|---|---|---|---|
| Line 33... | Line 33... | ||
| 33 | #define FRAME_SIZE (1 << FRAME_WIDTH) |
33 | #define FRAME_SIZE (1 << FRAME_WIDTH) |
| 34 | 34 | ||
| 35 | #ifdef KERNEL |
35 | #ifdef KERNEL |
| 36 | #ifndef __ASM__ |
36 | #ifndef __ASM__ |
| 37 | 37 | ||
| - | 38 | #include <arch/types.h> |
|
| - | 39 | ||
| - | 40 | extern __address last_frame; |
|
| - | 41 | ||
| 38 | extern void frame_arch_init(void); |
42 | extern void frame_arch_init(void); |
| 39 | 43 | ||
| 40 | #endif /* __ASM__ */ |
44 | #endif /* __ASM__ */ |
| 41 | #endif /* KERNEL */ |
45 | #endif /* KERNEL */ |
| 42 | 46 | ||