home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / arch / arm / mach-iop13xx / include / mach / hardware.h < prev    next >
Encoding:
C/C++ Source or Header  |  2008-12-24  |  572 b   |  29 lines

  1. #ifndef __ASM_ARCH_HARDWARE_H
  2. #define __ASM_ARCH_HARDWARE_H
  3. #include <asm/types.h>
  4.  
  5. #define pcibios_assign_all_busses() 1
  6.  
  7. #ifndef __ASSEMBLY__
  8. extern unsigned long iop13xx_pcibios_min_io;
  9. extern unsigned long iop13xx_pcibios_min_mem;
  10. extern u16 iop13xx_dev_id(void);
  11. extern void iop13xx_set_atu_mmr_bases(void);
  12. #endif
  13.  
  14. #define PCIBIOS_MIN_IO      (iop13xx_pcibios_min_io)
  15. #define PCIBIOS_MIN_MEM     (iop13xx_pcibios_min_mem)
  16.  
  17. /*
  18.  * Generic chipset bits
  19.  *
  20.  */
  21. #include "iop13xx.h"
  22.  
  23. /*
  24.  * Board specific bits
  25.  */
  26. #include "iq81340.h"
  27.  
  28. #endif  /* _ASM_ARCH_HARDWARE_H */
  29.