Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
c044dc2132d19d8c643cdd340f21afcec177c046
/
.
/
arch
/
powerpc
/
platforms
/
85xx
/
mpc85xx.h
blob: 2aa7c5dc2c7f6d1131e482a27d58ff2931fdf709 [
file
] [
log
] [
blame
]
#ifndef
MPC85xx_H
#define
MPC85xx_H
extern
int
mpc85xx_common_publish_devices
(
void
);
#ifdef
CONFIG_CPM2
extern
void
mpc85xx_cpm2_pic_init
(
void
);
#else
static
inline
void
__init mpc85xx_cpm2_pic_init
(
void
)
{}
#endif
/* CONFIG_CPM2 */
#endif