1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-09 12:16:13 +02:00
openwrt-xburst/package/libertas/src/wext.h
blogic d5b01f7027 update libertas driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13447 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-11-30 16:53:16 +00:00

11 lines
203 B
C

/**
* This file contains definition for IOCTL call.
*/
#ifndef _LBS_WEXT_H_
#define _LBS_WEXT_H_
extern struct iw_handler_def lbs_handler_def;
extern struct iw_handler_def mesh_handler_def;
#endif