ar71xx: add DB120 board specific PCI initialization
[openwrt.git] / target / linux / ar71xx / files / arch / mips / ar71xx / dev-db120-pci.h
1 /*
2  *  Atheros DB120 reference board PCI initialization
3  *
4  *  Copyright (C) 2010-2011 Jaiganesh Narayanan <jnarayanan@atheros.com>
5  *
6  *  Parts of this file are based on Atheros linux 2.6.31 BSP
7  *
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.
11  */
12
13 #ifndef _AR71XX_DEV_DB120_PCI_H
14 #define _AR71XX_DEV_DB120_PCI_H
15
16 #if defined(CONFIG_AR71XX_DEV_DB120_PCI)
17 void db120_pci_init(void);
18 #else
19 static inline void db120_pci_init(void) { }
20 #endif
21
22 #endif /* _AR71XX_DEV_DB120_PCI_H */