2019-06-04 16:11:33 +08:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
2011-01-15 18:25:14 +08:00
|
|
|
/*
|
|
|
|
* linux/arch/unicore32/include/asm/pci.h
|
|
|
|
*
|
|
|
|
* Code specific to PKUnity SoC and UniCore ISA
|
|
|
|
*
|
|
|
|
* Copyright (C) 2001-2010 GUAN Xue-tao
|
|
|
|
*/
|
|
|
|
#ifndef __UNICORE_PCI_H__
|
|
|
|
#define __UNICORE_PCI_H__
|
|
|
|
|
|
|
|
#ifdef __KERNEL__
|
|
|
|
#include <asm-generic/pci.h>
|
|
|
|
#include <mach/hardware.h> /* for PCIBIOS_MIN_* */
|
|
|
|
|
|
|
|
#define HAVE_PCI_MMAP
|
2017-04-12 20:26:06 +08:00
|
|
|
#define ARCH_GENERIC_PCI_MMAP_RESOURCE
|
2011-01-15 18:25:14 +08:00
|
|
|
|
|
|
|
#endif /* __KERNEL__ */
|
|
|
|
#endif
|