setup.h 210 B

12345678910
  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. extern int do_early_xmon;
  7. #endif /* _POWERPC_KERNEL_SETUP_H */