pci.h 360 B

12345678910111213141516171819
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright (C) 2015-2016 Synopsys, Inc. (www.synopsys.com)
  4. */
  5. #ifndef _ASM_ARC_PCI_H
  6. #define _ASM_ARC_PCI_H
  7. #ifdef __KERNEL__
  8. #include <linux/ioport.h>
  9. #define PCIBIOS_MIN_IO 0x100
  10. #define PCIBIOS_MIN_MEM 0x100000
  11. #define pcibios_assign_all_busses() 1
  12. #endif /* __KERNEL__ */
  13. #endif /* _ASM_ARC_PCI_H */