1 /* 2 * Copyright (C) 2013 Gabor Juhos <juhosg@openwrt.org> 3 * 4 * This program is free software; you can redistribute it and/or modify it 5 * under the terms of the GNU General Public License version 2 as published 6 * by the Free Software Foundation. 7 */ 8 9 #ifndef _PCI_GT64120_H 10 #define _PCI_GT64120_H 11 12 void gt64120_pci_init(void *regs, unsigned long sys_bus, unsigned long sys_phys, 13 unsigned long sys_size, unsigned long mem_bus, 14 unsigned long mem_phys, unsigned long mem_size, 15 unsigned long io_bus, unsigned long io_phys, 16 unsigned long io_size); 17 18 19 #endif /* _PCI_GT64120_H */ 20