blob: 4c08db497606707a97ea409a877c8b05a60e4dc4 (
plain) (
tree)
|
|
/**
* 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
|