blob: b6d58d82b8920dd994ffdbe67a827e256b1584b5 [file] [log] [blame]
Gabor Juhos652ccee2013-05-22 03:57:42 +00001/*
2 * Copyright (C) 2013 Gabor Juhos <juhosg@openwrt.org>
3 *
4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms of the GNU General Public License version 2 as published
6 * by the Free Software Foundation.
7 */
8
9#ifndef _PCI_GT64120_H
10#define _PCI_GT64120_H
11
12void gt64120_pci_init(void *regs, unsigned long sys_bus, unsigned long sys_phys,
13 unsigned long sys_size, unsigned long mem_bus,
14 unsigned long mem_phys, unsigned long mem_size,
15 unsigned long io_bus, unsigned long io_phys,
16 unsigned long io_size);
17
18
19#endif /* _PCI_GT64120_H */