]>
Commit | Line | Data |
---|---|---|
83d290c5 | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
baf37f06 PB |
2 | /* |
3 | * Copyright (C) 2013 Imagination Technologies | |
c5bf161f | 4 | * Author: Paul Burton <[email protected]> |
baf37f06 PB |
5 | */ |
6 | ||
7 | #ifndef __PCI_MSC01_H__ | |
8 | #define __PCI_MSC01_H__ | |
9 | ||
10 | extern void msc01_pci_init(void *base, unsigned long sys_bus, | |
11 | unsigned long sys_phys, unsigned long sys_size, | |
12 | unsigned long mem_bus, unsigned long mem_phys, | |
13 | unsigned long mem_size, unsigned long io_bus, | |
14 | unsigned long io_phys, unsigned long io_size); | |
15 | ||
16 | #endif /* __PCI_MSC01_H__ */ |