Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
Gabor Juhos | feaa606 | 2013-05-22 03:57:42 +0000 | [diff] [blame] | 2 | /* |
| 3 | * Copyright (C) 2013 Gabor Juhos <juhosg@openwrt.org> |
Gabor Juhos | feaa606 | 2013-05-22 03:57:42 +0000 | [diff] [blame] | 4 | */ |
| 5 | |
| 6 | #ifndef _PCI_GT64120_H |
| 7 | #define _PCI_GT64120_H |
| 8 | |
| 9 | void gt64120_pci_init(void *regs, unsigned long sys_bus, unsigned long sys_phys, |
| 10 | unsigned long sys_size, unsigned long mem_bus, |
| 11 | unsigned long mem_phys, unsigned long mem_size, |
| 12 | unsigned long io_bus, unsigned long io_phys, |
| 13 | unsigned long io_size); |
| 14 | |
| 15 | |
| 16 | #endif /* _PCI_GT64120_H */ |