1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-19 13:44:05 +02:00
openwrt-xburst/target/linux/lantiq/files/arch/mips/lantiq/xway/dev-wifi-rt2x00.h
blogic e4b72001f6 [lantiq] move files-3.3 -> files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31912 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-27 16:13:02 +00:00

15 lines
395 B
C

/*
* Copyright (C) 2011 John Crispin <blogic@openwrt.org>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 as published
* by the Free Software Foundation.
*/
#ifndef _DEV_WIFI_RT2X00_H__
#define _DEV_WIFI_RT2X00_H__
extern void ltq_register_rt2x00(const char *firmware, const u8 *mac);
#endif