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