]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - include/pci_gt64120.h
tpm: Move the I2C TPM code into one file
[karo-tx-uboot.git] / include / pci_gt64120.h
1 /*
2  * Copyright (C) 2013 Gabor Juhos <juhosg@openwrt.org>
3  *
4  * SPDX-License-Identifier:     GPL-2.0
5  */
6
7 #ifndef _PCI_GT64120_H
8 #define _PCI_GT64120_H
9
10 void 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 */