setup.h 188 B

12345678
  1. #ifndef _ASM_POWERPC_SETUP_H
  2. #define _ASM_POWERPC_SETUP_H
  3. #include <asm-generic/setup.h>
  4. extern void ppc_printk_progress(char *s, unsigned short hex);
  5. #endif /* _ASM_POWERPC_SETUP_H */