[lantiq] cleanup image makefile
[openwrt/svn-archive/archive.git] / target / linux / lantiq / files-3.2 / arch / mips / lantiq / xway / dev-wifi-ath5k.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_ATH5K_H__
11 #define _DEV_WIFI_ATH5K_H__
12
13 extern void ltq_register_ath5k(u16 *eeprom_data, u8 *macaddr);
14
15 #endif