]> git.ipfire.org Git - thirdparty/u-boot.git/blame - include/pci_gt64120.h
cbfs: Don't require the CBFS size with cbfs_init_mem()
[thirdparty/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 <juhosg@openwrt.org>
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 */