b96d989552b77ff87c5dfbe4be1429d036896d62
2 * Atheros DB120 reference board PCI initialization
4 * Copyright (C) 2010-2011 Jaiganesh Narayanan <jnarayanan@atheros.com>
5 * Copyright (C) 2011 Gabor Juhos <juhosg@openwrt.org>
7 * Parts of this file are based on Atheros linux 2.6.31 BSP
9 * This program is free software; you can redistribute it and/or modify it
10 * under the terms of the GNU General Public License version 2 as published
11 * by the Free Software Foundation.
14 #ifndef _AR71XX_DEV_DB120_PCI_H
15 #define _AR71XX_DEV_DB120_PCI_H
17 #if defined(CONFIG_AR71XX_DEV_DB120_PCI)
18 void db120_pci_init(u8
*cal_data
, u8
*mac_addr
);
20 static inline void db120_pci_init(u8
*cal_data
, u8
*mac_addr
) { }
23 #endif /* _AR71XX_DEV_DB120_PCI_H */
This page took 0.036763 seconds and 3 git commands to generate.