summaryrefslogtreecommitdiff
path: root/linux/include
diff options
context:
space:
mode:
authorHolger Waechtler <devnull@localhost>2004-09-27 12:51:30 +0000
committerHolger Waechtler <devnull@localhost>2004-09-27 12:51:30 +0000
commit21d965b1d9c1cf29233476179f099d535c2c6b87 (patch)
tree9997fd962d0bdf18c16c57a89600400865052174 /linux/include
parentd9b74e25e30d6cb31fd60c3177379bd4197c1f4f (diff)
downloadmediapointer-dvb-s2-21d965b1d9c1cf29233476179f099d535c2c6b87.tar.gz
mediapointer-dvb-s2-21d965b1d9c1cf29233476179f099d535c2c6b87.tar.bz2
DishNetwork Support based on Jeremy Hall's old patches
Diffstat (limited to 'linux/include')
-rw-r--r--linux/include/linux/dvb/frontend.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/include/linux/dvb/frontend.h b/linux/include/linux/dvb/frontend.h
index 51cb9e540..7867761d2 100644
--- a/linux/include/linux/dvb/frontend.h
+++ b/linux/include/linux/dvb/frontend.h
@@ -258,6 +258,8 @@ struct dvb_frontend_event {
#define FE_GET_FRONTEND _IOR('o', 77, struct dvb_frontend_parameters)
#define FE_GET_EVENT _IOR('o', 78, struct dvb_frontend_event)
+#define FE_DISHETWORK_SEND_LEGACY_CMD _IO('o', 80) /* unsigned int */
+
#endif /*_DVBFRONTEND_H_*/