Merge tag 'efi-2020-01-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
[oweals/u-boot.git] / include / pci_msc01.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2013 Imagination Technologies
4  * Author: Paul Burton <paul.burton@mips.com>
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__ */