]> Git Repo - J-u-boot.git/blame - include/pci_gt64120.h
Convert CONFIG_SYS_I2C_SPEED et al to Kconfig
[J-u-boot.git] / include / pci_gt64120.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0 */
feaa6066
GJ
2/*
3 * Copyright (C) 2013 Gabor Juhos <[email protected]>
feaa6066
GJ
4 */
5
6#ifndef _PCI_GT64120_H
7#define _PCI_GT64120_H
8
9void gt64120_pci_init(void *regs, unsigned long sys_bus, unsigned long sys_phys,
10 unsigned long sys_size, unsigned long mem_bus,
11 unsigned long mem_phys, unsigned long mem_size,
12 unsigned long io_bus, unsigned long io_phys,
13 unsigned long io_size);
14
15
16#endif /* _PCI_GT64120_H */
This page took 0.560982 seconds and 4 git commands to generate.