Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
1f5abe7e7dbcd83e73212c6cb135a6106cea6a0b
/
.
/
arch
/
um
/
sys-ppc
/
asm
/
processor.h
blob: 9593231512298f7e1f3f9dc4db1f013c74011242 [
file
] [
log
] [
blame
]
#ifndef
__UM_PROCESSOR_PPC_H
#define
__UM_PROCESSOR_PPC_H
#if defined(__ASSEMBLY__)
#define
CONFIG_PPC_MULTIPLATFORM
#include
"arch/processor.h"
#else
#include
"asm/processor-generic.h"
#endif
#endif