mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-19 13:44:05 +02:00
e4b72001f6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31912 3c298f89-4303-0410-b956-a3cf2f4a3e73
15 lines
395 B
C
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
|