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