processor.h 206 B

123456789101112131415
  1. #ifndef __UM_PROCESSOR_PPC_H
  2. #define __UM_PROCESSOR_PPC_H
  3. #if defined(__ASSEMBLY__)
  4. #define CONFIG_PPC_MULTIPLATFORM
  5. #include "arch/processor.h"
  6. #else
  7. #include "asm/processor-generic.h"
  8. #endif
  9. #endif