ar71xx: move mach type definitions into a separate include file
[openwrt-10.03/.git] / target / linux / ar71xx / files / arch / mips / ar71xx / dev-ar913x-wmac.h
1 /*
2  *  Atheros AR913x SoC built-in WMAC device support
3  *
4  *  Copyright (C) 2008-2009 Gabor Juhos <juhosg@openwrt.org>
5  *  Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org>
6  *
7  *  Parts of this file are based on Atheros' 2.6.15 BSP
8  *
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.
12  */
13
14 #ifndef _AR71XX_DEV_AR913X_WMAC_H
15 #define _AR71XX_DEV_AR913X_WMAC_H
16
17 void ar913x_add_device_wmac(void) __init;
18
19 #endif /* _AR71XX_DEV_AR913X_WMAC_H */