arm64: dts: Revert "specify console via command line"
[linux/fpc-iii.git] / arch / unicore32 / include / asm / pci.h
blob3efa8ee1afceb8806a02ea21d89dd0e15273c831
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * linux/arch/unicore32/include/asm/pci.h
5 * Code specific to PKUnity SoC and UniCore ISA
7 * Copyright (C) 2001-2010 GUAN Xue-tao
8 */
9 #ifndef __UNICORE_PCI_H__
10 #define __UNICORE_PCI_H__
12 #ifdef __KERNEL__
13 #include <asm-generic/pci.h>
14 #include <mach/hardware.h> /* for PCIBIOS_MIN_* */
16 #define HAVE_PCI_MMAP
17 #define ARCH_GENERIC_PCI_MMAP_RESOURCE
19 #endif /* __KERNEL__ */
20 #endif