xref: /rk3399_rockchip-uboot/include/pci_gt64120.h (revision feaa60662768dcc97fdf7c593583876ce4e1564c)
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