Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
33185c504f8e521b398536b5a8d415779a24593c
/
.
/
include
/
asm-um
/
processor-ppc.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