summaryrefslogtreecommitdiffstats
path: root/drivers/char/tuner.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/char/tuner.h')
-rw-r--r--drivers/char/tuner.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/tuner.h b/drivers/char/tuner.h
index afb0f10fb..f5c8edc2d 100644
--- a/drivers/char/tuner.h
+++ b/drivers/char/tuner.h
@@ -47,5 +47,6 @@
#define TUNER_SET_TYPE _IOW('t',1,int) /* set tuner type */
#define TUNER_SET_TVFREQ _IOW('t',2,int) /* set tv freq */
#define TUNER_SET_RADIOFREQ _IOW('t',3,int) /* set radio freq */
+#define TUNER_SET_MODE _IOW('t',4,int) /* set tuner mode */
#endif