pci.h 271 B

12345678910111213
  1. /* Changed from asm-m68k version, Lineo Inc. May 2001 */
  2. #ifndef _ASM_BFIN_PCI_H
  3. #define _ASM_BFIN_PCI_H
  4. #include <linux/scatterlist.h>
  5. #include <asm-generic/pci.h>
  6. #define PCIBIOS_MIN_IO 0x00001000
  7. #define PCIBIOS_MIN_MEM 0x10000000
  8. #endif /* _ASM_BFIN_PCI_H */