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