1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#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