2005-11-09 01:01:06 +01:00
|
|
|
#ifndef _POWERPC_KERNEL_SETUP_H
|
|
|
|
#define _POWERPC_KERNEL_SETUP_H
|
|
|
|
|
|
|
|
void check_for_initrd(void);
|
2006-05-05 07:02:08 +02:00
|
|
|
void do_init_bootmem(void);
|
|
|
|
void setup_panic(void);
|
2005-11-09 01:01:06 +01:00
|
|
|
|
|
|
|
#endif /* _POWERPC_KERNEL_SETUP_H */
|