Rev 575 | Rev 853 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 575 | Rev 606 | ||
|---|---|---|---|
| Line 213... | Line 213... | ||
| 213 | extern int arc_init(void); |
213 | extern int arc_init(void); |
| 214 | extern void arc_print_memory_map(void); |
214 | extern void arc_print_memory_map(void); |
| 215 | extern int arc_enabled(void); |
215 | extern int arc_enabled(void); |
| 216 | extern void arc_print_devices(void); |
216 | extern void arc_print_devices(void); |
| 217 | void arc_frame_init(void); |
217 | void arc_frame_init(void); |
| 218 | chardev_t * arc_console(void); |
218 | void arc_console(void); |
| 219 | 219 | ||
| 220 | #endif |
220 | #endif |