1*83d290c5STom Rini /* SPDX-License-Identifier: GPL-2.0 */ 2feaa6066SGabor Juhos /* 3feaa6066SGabor Juhos * Copyright (C) 2013 Gabor Juhos <juhosg@openwrt.org> 4feaa6066SGabor Juhos */ 5feaa6066SGabor Juhos 6feaa6066SGabor Juhos #ifndef _PCI_GT64120_H 7feaa6066SGabor Juhos #define _PCI_GT64120_H 8feaa6066SGabor Juhos 9feaa6066SGabor Juhos void gt64120_pci_init(void *regs, unsigned long sys_bus, unsigned long sys_phys, 10feaa6066SGabor Juhos unsigned long sys_size, unsigned long mem_bus, 11feaa6066SGabor Juhos unsigned long mem_phys, unsigned long mem_size, 12feaa6066SGabor Juhos unsigned long io_bus, unsigned long io_phys, 13feaa6066SGabor Juhos unsigned long io_size); 14feaa6066SGabor Juhos 15feaa6066SGabor Juhos 16feaa6066SGabor Juhos #endif /* _PCI_GT64120_H */ 17