Rev 2721 | Rev 3908 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2721 | Rev 2722 | ||
|---|---|---|---|
| Line 40... | Line 40... | ||
| 40 | 40 | ||
| 41 | #ifdef KERNEL |
41 | #ifdef KERNEL |
| 42 | #ifndef __ASM__ |
42 | #ifndef __ASM__ |
| 43 | 43 | ||
| 44 | extern void frame_arch_init(void); |
44 | extern void frame_arch_init(void); |
| 45 | #define physmem_print() |
45 | extern void physmem_print(void); |
| 46 | 46 | ||
| 47 | #endif /* __ASM__ */ |
47 | #endif /* __ASM__ */ |
| 48 | #endif /* KERNEL */ |
48 | #endif /* KERNEL */ |
| 49 | 49 | ||
| 50 | #endif |
50 | #endif |