setup.h 216 B

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