]> git.ipfire.org Git - thirdparty/u-boot.git/blob - include/pci_gt64120.h
colibri_imx6: switch to zimage
[thirdparty/u-boot.git] / include / pci_gt64120.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * Copyright (C) 2013 Gabor Juhos <juhosg@openwrt.org>
4 */
5
6 #ifndef _PCI_GT64120_H
7 #define _PCI_GT64120_H
8
9 void gt64120_pci_init(void *regs, unsigned long sys_bus, unsigned long sys_phys,
10 unsigned long sys_size, unsigned long mem_bus,
11 unsigned long mem_phys, unsigned long mem_size,
12 unsigned long io_bus, unsigned long io_phys,
13 unsigned long io_size);
14
15
16 #endif /* _PCI_GT64120_H */