Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
27f4488872d9ef2a4b9aa2be58fb0789d6c0ba84
/
.
/
arch
/
powerpc
/
platforms
/
powernv
/
powernv.h
blob: 35b716008cd3620d492bc904867e610a4abd3393 [
file
] [
log
] [
blame
]
#ifndef
_POWERNV_H
#define
_POWERNV_H
#ifdef
CONFIG_SMP
extern
void
pnv_smp_init
(
void
);
#else
static
inline
void
pnv_smp_init
(
void
)
{
}
#endif
#endif
/* _POWERNV_H */