setup.h 132 B

123456
  1. #ifndef _POWERPC_KERNEL_SETUP_H
  2. #define _POWERPC_KERNEL_SETUP_H
  3. void check_for_initrd(void);
  4. #endif /* _POWERPC_KERNEL_SETUP_H */