Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
543a07b17389d751dbe2683d34e79be7c10ab6ac
/
.
/
arch
/
powerpc
/
platforms
/
85xx
/
mpc85xx.h
blob: fa55e8b08505c6cd737621823f340f2fda74574d [
file
] [
log
] [
blame
]
#ifndef
MPC85xx_H
#define
MPC85xx_H
#ifdef
CONFIG_CPM2
extern
void
mpc85xx_cpm2_pic_init
(
void
);
#else
static
inline
void
__init mpc85xx_cpm2_pic_init
(
void
)
{}
#endif
/* CONFIG_CPM2 */
#endif