Release 4.14 arch/blackfin/include/asm/pci.h
/* SPDX-License-Identifier: GPL-2.0 */
/* Changed from asm-m68k version, Lineo Inc. May 2001 */
#ifndef _ASM_BFIN_PCI_H
#define _ASM_BFIN_PCI_H
#include <linux/scatterlist.h>
#include <asm-generic/pci.h>
#define PCIBIOS_MIN_IO 0x00001000
#define PCIBIOS_MIN_MEM 0x10000000
#endif /* _ASM_BFIN_PCI_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Bryan Wu | 20 | 80.00% | 1 | 25.00% |
Barry Song | 3 | 12.00% | 1 | 25.00% |
Christoph Hellwig | 1 | 4.00% | 1 | 25.00% |
Greg Kroah-Hartman | 1 | 4.00% | 1 | 25.00% |
Total | 25 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.