diff options
author | Holger Waechtler <devnull@localhost> | 2003-02-03 08:56:09 +0000 |
---|---|---|
committer | Holger Waechtler <devnull@localhost> | 2003-02-03 08:56:09 +0000 |
commit | be43ecc06bb364e60a1e4022bdc190011076c0dc (patch) | |
tree | 0d53e70141842f9e2f4b3d9fbf183be99b5bea12 /linux/include | |
parent | 5cc46bb2acda7ac7a0b56ad6b4f89851349ea400 (diff) | |
download | mediapointer-dvb-s2-be43ecc06bb364e60a1e4022bdc190011076c0dc.tar.gz mediapointer-dvb-s2-be43ecc06bb364e60a1e4022bdc190011076c0dc.tar.bz2 |
NET_GET_IF ioctl implementation contributed by <lymes@tiscalinet.it>
Diffstat (limited to 'linux/include')
-rw-r--r-- | linux/include/linux/dvb/net.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/include/linux/dvb/net.h b/linux/include/linux/dvb/net.h index 419d44884..5bf03b81e 100644 --- a/linux/include/linux/dvb/net.h +++ b/linux/include/linux/dvb/net.h @@ -39,6 +39,7 @@ struct dvb_net_if { #define NET_ADD_IF _IOWR('o', 52, struct dvb_net_if) #define NET_REMOVE_IF _IO('o', 53) +#define NET_GET_IF _IOWR('o', 54, struct dvb_net_if) #endif /*_DVBNET_H_*/ |