summaryrefslogtreecommitdiffstats
path: root/drivers/char/msp3400.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1998-08-25 09:12:35 +0000
committerRalf Baechle <ralf@linux-mips.org>1998-08-25 09:12:35 +0000
commitc7fc24dc4420057f103afe8fc64524ebc25c5d37 (patch)
tree3682407a599b8f9f03fc096298134cafba1c9b2f /drivers/char/msp3400.h
parent1d793fade8b063fde3cf275bf1a5c2d381292cd9 (diff)
o Merge with Linux 2.1.116.
o New Newport console code. o New G364 console code.
Diffstat (limited to 'drivers/char/msp3400.h')
-rw-r--r--drivers/char/msp3400.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/char/msp3400.h b/drivers/char/msp3400.h
index 1b4eedab0..e4029c03e 100644
--- a/drivers/char/msp3400.h
+++ b/drivers/char/msp3400.h
@@ -15,4 +15,9 @@
#define MSP_GET_DC _IOW('m',8,int)
+#define MSP_GET_BASS _IOR('m', 9,int)
+#define MSP_SET_BASS _IOW('m',10,int)
+#define MSP_GET_TREBLE _IOR('m',11,int)
+#define MSP_SET_TREBLE _IOW('m',12,int)
+
#endif /* MSP3400_H */