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-ppc / amigahw.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-08-11  |  303 b   |  17 lines

  1. #ifdef __KERNEL__
  2. #ifndef __ASMPPC_AMIGAHW_H
  3. #define __ASMPPC_AMIGAHW_H
  4.  
  5. #include <asm-m68k/amigahw.h>
  6.  
  7. #undef CHIP_PHYSADDR
  8. #ifdef CONFIG_APUS_FAST_EXCEPT
  9. #define CHIP_PHYSADDR      (0x000000)
  10. #else
  11. #define CHIP_PHYSADDR      (0x004000)
  12. #endif
  13.  
  14.  
  15. #endif /* __ASMPPC_AMIGAHW_H */
  16. #endif /* __KERNEL__ */
  17.