Files
linux-apfs/include/asm-um/processor-ppc.h
T

16 lines
206 B
C
Raw Normal View History

2005-04-16 15:20:36 -07:00
#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