summaryrefslogtreecommitdiffstats
path: root/drivers/char/tuner.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-01-29 01:41:54 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-01-29 01:41:54 +0000
commitf969d69ba9f952e5bdd38278e25e26a3e4a61a70 (patch)
treeb3530d803df59d726afaabebc6626987dee1ca05 /drivers/char/tuner.h
parenta10ce7ef2066b455d69187643ddf2073bfc4db24 (diff)
Merge with 2.3.27.
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