openwrtv4/package/libertas/src/wext.h
John Crispin 10aa4d9e42 update libertas driver
SVN-Revision: 13447
2008-11-30 16:53:16 +00:00

10 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