]> Git Repo - u-boot.git/blame - include/pci_msc01.h
dm: usb: exynos: Enable both USB ports on snow
[u-boot.git] / include / pci_msc01.h
CommitLineData
baf37f06
PB
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
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__ */
This page took 0.115741 seconds and 4 git commands to generate.