Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Paul Burton | baf37f0 | 2013-11-08 11:18:50 +0000 | [diff] [blame] | 2 | /* |
| 3 | * Copyright (C) 2013 Imagination Technologies |
Paul Burton | c5bf161 | 2017-10-30 16:58:21 -0700 | [diff] [blame] | 4 | * Author: Paul Burton <paul.burton@mips.com> |
Paul Burton | baf37f0 | 2013-11-08 11:18:50 +0000 | [diff] [blame] | 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__ */ |