Rev 540 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 540 | Rev 763 | ||
---|---|---|---|
Line 31... | Line 31... | ||
31 | 31 | ||
32 | #ifndef __ASM__ |
32 | #ifndef __ASM__ |
33 | #include <arch/types.h> |
33 | #include <arch/types.h> |
34 | #endif /* __ASM__ */ |
34 | #endif /* __ASM__ */ |
35 | 35 | ||
36 | #define FRAME_SIZE 4096 |
36 | #define FRAME_WIDTH 12 /* 4K */ |
- | 37 | #define FRAME_SIZE (1<<FRAME_WIDTH) |
|
- | 38 | ||
37 | 39 | ||
38 | #ifndef __ASM__ |
40 | #ifndef __ASM__ |
39 | extern __address last_frame; |
41 | extern __address last_frame; |
40 | extern void frame_arch_init(void); |
42 | extern void frame_arch_init(void); |
41 | #endif /* __ASM__ */ |
43 | #endif /* __ASM__ */ |