Rev 2927 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2927 | Rev 3403 | ||
---|---|---|---|
Line 36... | Line 36... | ||
36 | #ifndef LIBC_arm32_CONFIG_H_ |
36 | #ifndef LIBC_arm32_CONFIG_H_ |
37 | #define LIBC_arm32_CONFIG_H_ |
37 | #define LIBC_arm32_CONFIG_H_ |
38 | 38 | ||
39 | #define PAGE_WIDTH 12 |
39 | #define PAGE_WIDTH 12 |
40 | #define PAGE_SIZE (1 << PAGE_WIDTH) |
40 | #define PAGE_SIZE (1 << PAGE_WIDTH) |
41 | #define PAGE_COLOR_BITS 0 /* dummy */ |
- | |
42 | 41 | ||
43 | #endif |
42 | #endif |
44 | 43 | ||
45 | /** @} |
44 | /** @} |
46 | */ |
45 | */ |