[lantiq] prepare Makefile for 3.6
[openwrt.git] / target / linux / lantiq / files / arch / mips / lantiq / xway / dev-wifi-athxk.h
1 /*
2  *  Copyright (C) 2011 John Crispin <blogic@openwrt.org>
3  *  Copyright (C) 2011 Andrej Vlašić <andrej.vlasic0@gmail.com>
4  *
5  *  This program is free software; you can redistribute it and/or modify it
6  *  under the terms of the GNU General Public License version 2 as published
7  *  by the Free Software Foundation.
8  */
9
10 #ifndef _DEV_WIFI_ATHXK_H__
11 #define _DEV_WIFI_ATHXK_H__
12
13 extern void ltq_register_ath5k(u16 *eeprom_data, u8 *macaddr);
14 extern void ltq_register_ath9k(u16 *eeprom_data, u8 *macaddr);
15
16 #endif