root/arch/unicore32/include/asm/pci.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0-only */
   2 /*
   3  * linux/arch/unicore32/include/asm/pci.h
   4  *
   5  * Code specific to PKUnity SoC and UniCore ISA
   6  *
   7  * Copyright (C) 2001-2010 GUAN Xue-tao
   8  */
   9 #ifndef __UNICORE_PCI_H__
  10 #define __UNICORE_PCI_H__
  11 
  12 #ifdef __KERNEL__
  13 #include <asm-generic/pci.h>
  14 #include <mach/hardware.h> /* for PCIBIOS_MIN_* */
  15 
  16 #define HAVE_PCI_MMAP
  17 #define ARCH_GENERIC_PCI_MMAP_RESOURCE
  18 
  19 #endif /* __KERNEL__ */
  20 #endif

/* [<][>][^][v][top][bottom][index][help] */