blob: 4c67ad7fae085d2cc170c13d24f6cac27448705f [file] [log] [blame]
Stephen Rothwell66ba1352005-11-09 11:01:06 +11001#ifndef _POWERPC_KERNEL_SETUP_H
2#define _POWERPC_KERNEL_SETUP_H
3
4void check_for_initrd(void);
Kumar Gala7e990262006-05-05 00:02:08 -05005void do_init_bootmem(void);
6void setup_panic(void);
Michael Ellerman480f6f32006-05-17 18:00:41 +10007extern int do_early_xmon;
Stephen Rothwell66ba1352005-11-09 11:01:06 +11008
9#endif /* _POWERPC_KERNEL_SETUP_H */