ar71xx: add AR934x specific glue for IRQ initialization
[openwrt/svn-archive/archive.git] / target / linux / ar71xx / files / arch / mips / ar71xx / dev-pb9x-pci.h
1 /*
2 * Atheros PB9x reference board PCI initialization
3 *
4 * Copyright (C) 2010 Felix Fietkau <nbd@openwrt.org>
5 * Copyright (C) 2008-2009 Gabor Juhos <juhosg@openwrt.org>
6 * Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org>
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_PB9X_PCI_H
14 #define _AR71XX_DEV_PB9X_PCI_H
15
16 #if defined(CONFIG_AR71XX_DEV_PB9X_PCI)
17 void pb9x_pci_init(void) __init;
18 #else
19 static inline void pb9x_pci_init(void) { }
20 #endif
21
22 #endif /* _AR71XX_DEV_PB9X_PCI_H */