ar71xx: use the new ar7240 switch driver on the DIR-600-A1 as well (fixes #7563)
[openwrt/svn-archive/archive.git] / target / linux / ar71xx / files / arch / mips / ar71xx / dev-ap91-pci.h
1 /*
2 * Atheros AP91 reference board PCI initialization
3 *
4 * Copyright (C) 2009 Gabor Juhos <juhosg@openwrt.org>
5 *
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License version 2 as published
8 * by the Free Software Foundation.
9 */
10
11 #ifndef _AR71XX_DEV_AP91_PCI_H
12 #define _AR71XX_DEV_AP91_PCI_H
13
14 #if defined(CONFIG_AR71XX_DEV_AP91_PCI)
15 void ap91_pci_init(u8 *cal_data, u8 *mac_addr) __init;
16 #else
17 static inline void ap91_pci_init(u8 *cal_data, u8 *mac_addr) { }
18 #endif
19
20 #endif /* _AR71XX_DEV_AP91_PCI_H */
21