home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / include / asm-um / processor-ppc.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-08-11  |  206 b   |  16 lines

  1. #ifndef __UM_PROCESSOR_PPC_H
  2. #define __UM_PROCESSOR_PPC_H
  3.  
  4. #if defined(__ASSEMBLY__)
  5.  
  6. #define CONFIG_PPC_MULTIPLATFORM
  7. #include "arch/processor.h"
  8.  
  9. #else
  10.  
  11. #include "asm/processor-generic.h"
  12.  
  13. #endif
  14.  
  15. #endif
  16.