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