blob: 4c08db497606707a97ea409a877c8b05a60e4dc4 [file] [log] [blame]
Marcelo Tosatti876c9d32007-02-10 12:25:27 -02001/**
2 * This file contains definition for IOCTL call.
3 */
Holger Schurig10078322007-11-15 18:05:47 -05004#ifndef _LBS_WEXT_H_
5#define _LBS_WEXT_H_
Marcelo Tosatti876c9d32007-02-10 12:25:27 -02006
Holger Schurig10078322007-11-15 18:05:47 -05007extern struct iw_handler_def lbs_handler_def;
Luis Carlos Cobo Rusf5e05b62007-05-25 23:08:34 -04008extern struct iw_handler_def mesh_handler_def;
Marcelo Tosatti876c9d32007-02-10 12:25:27 -02009
Holger Schurig10078322007-11-15 18:05:47 -050010#endif