mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-04 13:04:22 +00:00
11 lines
203 B
C
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
|