3e9c26199ff36a7b27dbc749c04f9ac45eebe1e0
2 * Atheros DB120 reference board PCI initialization
4 * Copyright (C) 2010-2011 Jaiganesh Narayanan <jnarayanan@atheros.com>
6 * Parts of this file are based on Atheros linux 2.6.31 BSP
8 * This program is free software; you can redistribute it and/or modify it
9 * under the terms of the GNU General Public License version 2 as published
10 * by the Free Software Foundation.
13 #ifndef _AR71XX_DEV_DB120_PCI_H
14 #define _AR71XX_DEV_DB120_PCI_H
16 #if defined(CONFIG_AR71XX_DEV_DB120_PCI)
17 void db120_pci_init(void);
19 static inline void db120_pci_init(void) { }
22 #endif /* _AR71XX_DEV_DB120_PCI_H */
This page took 0.042721 seconds and 3 git commands to generate.