Back to home page

OSCL-LXR

 
 

    


0001 /* Wireless extensions support.
0002  *
0003  * See copyright notice in main.c
0004  */
0005 #ifndef _ORINOCO_WEXT_H_
0006 #define _ORINOCO_WEXT_H_
0007 
0008 #include <net/iw_handler.h>
0009 
0010 /* Structure defining all our WEXT handlers */
0011 extern const struct iw_handler_def orinoco_handler_def;
0012 
0013 #endif /* _ORINOCO_WEXT_H_ */