2005-11-08 19:01:06 -05:00
|
|
|
#ifndef _POWERPC_KERNEL_SETUP_H
|
|
|
|
#define _POWERPC_KERNEL_SETUP_H
|
|
|
|
|
|
|
|
void check_for_initrd(void);
|
2006-05-05 01:02:08 -04:00
|
|
|
void do_init_bootmem(void);
|
|
|
|
void setup_panic(void);
|
2006-05-17 04:00:41 -04:00
|
|
|
extern int do_early_xmon;
|
2005-11-08 19:01:06 -05:00
|
|
|
|
|
|
|
#endif /* _POWERPC_KERNEL_SETUP_H */
|