repo.or.cz
/
zen-stable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'v3.3.7' into 3.3/master
[zen-stable.git]
/
arch
/
powerpc
/
platforms
/
85xx
/
mpc85xx.h
blob
2aa7c5dc2c7f6d1131e482a27d58ff2931fdf709
1
#ifndef MPC85xx_H
2
#define MPC85xx_H
3
extern
int
mpc85xx_common_publish_devices
(
void
);
4
5
#ifdef CONFIG_CPM2
6
extern
void
mpc85xx_cpm2_pic_init
(
void
);
7
#else
8
static
inline
void
__init
mpc85xx_cpm2_pic_init
(
void
) {}
9
#endif
/* CONFIG_CPM2 */
10
11
#endif