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