aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/mdtv/smscharioctl.h
diff options
context:
space:
mode:
authorSteven Toth <stoth@hauppauge.com>2008-05-19 19:09:21 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-07-20 07:19:53 -0300
commitc6465799c38762b963bb819e033d2a56a3d3c233 (patch)
tree73548c0e8a8c1475f0be488ca089d5bae8be024e /drivers/media/mdtv/smscharioctl.h
parent464a77dd8845fc8f3beeaad24478081576c4b83a (diff)
V4L/DVB (8262): sms1xxx: remove smschar.o
Signed-off-by: Steven Toth <stoth@hauppauge.com> Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/mdtv/smscharioctl.h')
-rw-r--r--drivers/media/mdtv/smscharioctl.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/drivers/media/mdtv/smscharioctl.h b/drivers/media/mdtv/smscharioctl.h
deleted file mode 100644
index e57b89efc49..00000000000
--- a/drivers/media/mdtv/smscharioctl.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef __smscharioctl_h__
-#define __smscharioctl_h__
-
-#include <linux/ioctl.h>
-
-typedef struct _smschar_buffer_t
-{
- unsigned long offset; // offset in common buffer (mapped to user space)
- int size;
-} smschar_buffer_t;
-
-#define SMSCHAR_SET_DEVICE_MODE _IOW('K', 0, int)
-#define SMSCHAR_GET_DEVICE_MODE _IOR('K', 1, int)
-#define SMSCHAR_GET_BUFFER_SIZE _IOR('K', 2, int)
-#define SMSCHAR_WAIT_GET_BUFFER _IOR('K', 3, smschar_buffer_t)
-
-#endif // __smscharioctl_h__