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