repo.or.cz
/
islsm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial import from the website's tarball, on the 18th of october 2004
[islsm.git]
/
ioctl.h
blob
39c9694f61863972b4a7161a3080fd5ef1f9bdbe
1
/*
2
GPLv2, or later.
3
*/
4
#ifndef _P54U_IOCTL_H
5
#define _P54U_IOCTL_H
6
7
#include <linux/netdevice.h>
8
#include <linux/wireless.h>
9
10
struct
iw_statistics
*
11
p54u_wireless_stats
(
struct
net_device
*
ndev
);
12
13
extern
const struct
iw_handler_def p54u_handler_def
;
14
15
#endif
/* _P54U_IOCTL_H */