1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-12 23:31:34 +02:00
openwrt-xburst/package/libertas/src/wext.h

11 lines
203 B
C
Raw Normal View History

/**
* 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