]> Git Repo - J-u-boot.git/blob - include/pci_msc01.h
Merge branch 'master' of git://git.denx.de/u-boot-sh
[J-u-boot.git] / include / pci_msc01.h
1 /*
2  * Copyright (C) 2013 Imagination Technologies
3  * Author: Paul Burton <[email protected]>
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__ */
This page took 0.022244 seconds and 4 git commands to generate.