License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / arch / blackfin / include / asm / pci.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1394f032
BW
2/* Changed from asm-m68k version, Lineo Inc. May 2001 */
3
4#ifndef _ASM_BFIN_PCI_H
5#define _ASM_BFIN_PCI_H
6
84be456f 7#include <linux/scatterlist.h>
ad774b7c 8#include <asm-generic/pci.h>
1394f032 9
1394f032
BW
10#define PCIBIOS_MIN_IO 0x00001000
11#define PCIBIOS_MIN_MEM 0x10000000
12
1394f032 13#endif /* _ASM_BFIN_PCI_H */