]> Git Repo - J-u-boot.git/blob - include/pci_gt64120.h
dm: spl: Allow device tree/driver model in board_init_f()
[J-u-boot.git] / include / pci_gt64120.h
1 /*
2  * Copyright (C) 2013 Gabor Juhos <[email protected]>
3  *
4  * SPDX-License-Identifier:     GPL-2.0
5  */
6
7 #ifndef _PCI_GT64120_H
8 #define _PCI_GT64120_H
9
10 void gt64120_pci_init(void *regs, unsigned long sys_bus, unsigned long sys_phys,
11                      unsigned long sys_size, unsigned long mem_bus,
12                      unsigned long mem_phys, unsigned long mem_size,
13                      unsigned long io_bus, unsigned long io_phys,
14                      unsigned long io_size);
15
16
17 #endif /* _PCI_GT64120_H */
This page took 0.022677 seconds and 4 git commands to generate.