ar71xx: fix AR934X_WMAC_SIZE
[lede.git] / target / linux / ar71xx / files / arch / mips / ar71xx / dev-ar934x-wmac.h
1 /*
2  *  Atheros AR934x SoC built-in WMAC device support
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_AR934X_WMAC_H
14 #define _AR71XX_DEV_AR934X_WMAC_H
15
16 void ar934x_add_device_wmac(u8 *cal_data, u8 *mac_addr) __init;
17
18 #endif /* _AR71XX_DEV_AR934X_WMAC_H */