Initial import from the website's tarball, on the 18th of october 2004
[islsm.git] / ioctl.h
blob39c9694f61863972b4a7161a3080fd5ef1f9bdbe
1 /*
2 GPLv2, or later.
3 */
4 #ifndef _P54U_IOCTL_H
5 #define _P54U_IOCTL_H
7 #include <linux/netdevice.h>
8 #include <linux/wireless.h>
10 struct iw_statistics *
11 p54u_wireless_stats(struct net_device *ndev);
13 extern const struct iw_handler_def p54u_handler_def;
15 #endif /* _P54U_IOCTL_H */