]> git.ipfire.org Git - thirdparty/u-boot.git/blame - include/pci_msc01.h
colibri_imx6: switch to zimage
[thirdparty/u-boot.git] / include / pci_msc01.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
baf37f06
PB
2/*
3 * Copyright (C) 2013 Imagination Technologies
c5bf161f 4 * Author: Paul Burton <paul.burton@mips.com>
baf37f06
PB
5 */
6
7#ifndef __PCI_MSC01_H__
8#define __PCI_MSC01_H__
9
10extern 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__ */