Stephen Rothwell | 66ba135 | 2005-11-09 11:01:06 +1100 | [diff] [blame] | 1 | #ifndef _POWERPC_KERNEL_SETUP_H |
2 | #define _POWERPC_KERNEL_SETUP_H | ||||
3 | |||||
4 | void check_for_initrd(void); | ||||
Kumar Gala | 7e99026 | 2006-05-05 00:02:08 -0500 | [diff] [blame] | 5 | void do_init_bootmem(void); |
6 | void setup_panic(void); | ||||
Michael Ellerman | 480f6f3 | 2006-05-17 18:00:41 +1000 | [diff] [blame] | 7 | extern int do_early_xmon; |
Stephen Rothwell | 66ba135 | 2005-11-09 11:01:06 +1100 | [diff] [blame] | 8 | |
9 | #endif /* _POWERPC_KERNEL_SETUP_H */ |