diff options
author | Holger Waechtler <devnull@localhost> | 2004-09-27 12:51:30 +0000 |
---|---|---|
committer | Holger Waechtler <devnull@localhost> | 2004-09-27 12:51:30 +0000 |
commit | 21d965b1d9c1cf29233476179f099d535c2c6b87 (patch) | |
tree | 9997fd962d0bdf18c16c57a89600400865052174 /linux/include | |
parent | d9b74e25e30d6cb31fd60c3177379bd4197c1f4f (diff) | |
download | mediapointer-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.h | 2 |
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_*/ |