linux/arch/powerpc/include/asm/setup.h

11 lines
216 B
C

#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 */