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