blob: 4c08db497606707a97ea409a877c8b05a60e4dc4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/**
* 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
|