repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pinctrl: make a copy of pinmux map
[linux/fpc-iii.git]
/
arch
/
powerpc
/
include
/
asm
/
setup.h
blob
186e0fb835bd247d836eeacdc591a1450dd93ac5
1
#ifndef _ASM_POWERPC_SETUP_H
2
#define _ASM_POWERPC_SETUP_H
3
4
#include <asm-generic/setup.h>
5
6
#ifndef __ASSEMBLY__
7
extern
void
ppc_printk_progress
(
char
*
s
,
unsigned short
hex
);
8
#endif
9
10
#endif
/* _ASM_POWERPC_SETUP_H */