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