summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/setup.h
blob: 186e0fb835bd247d836eeacdc591a1450dd93ac5 (plain)
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 */