]>
Commit | Line | Data |
---|---|---|
feaa6066 GJ |
1 | /* |
2 | * Copyright (C) 2013 Gabor Juhos <[email protected]> | |
3 | * | |
0b17998e | 4 | * SPDX-License-Identifier: GPL-2.0 |
feaa6066 GJ |
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 */ |