setup.h 184 B

12345678
  1. #ifndef _POWERPC_KERNEL_SETUP_H
  2. #define _POWERPC_KERNEL_SETUP_H
  3. void check_for_initrd(void);
  4. void do_init_bootmem(void);
  5. void setup_panic(void);
  6. #endif /* _POWERPC_KERNEL_SETUP_H */