summaryrefslogtreecommitdiff
path: root/linux/include
diff options
context:
space:
mode:
authorHolger Waechtler <devnull@localhost>2003-02-03 08:56:09 +0000
committerHolger Waechtler <devnull@localhost>2003-02-03 08:56:09 +0000
commitbe43ecc06bb364e60a1e4022bdc190011076c0dc (patch)
tree0d53e70141842f9e2f4b3d9fbf183be99b5bea12 /linux/include
parent5cc46bb2acda7ac7a0b56ad6b4f89851349ea400 (diff)
downloadmediapointer-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.h1
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_*/