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