pci.h 277 B

123456789101112131415
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. #ifndef __ASM_CSKY_PCI_H
  3. #define __ASM_CSKY_PCI_H
  4. #include <linux/types.h>
  5. #include <linux/slab.h>
  6. #include <linux/dma-mapping.h>
  7. #include <asm/io.h>
  8. /* Generic PCI */
  9. #include <asm-generic/pci.h>
  10. #endif /* __ASM_CSKY_PCI_H */