summaryrefslogtreecommitdiff
path: root/linux/include/media/v4l2-common.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2007-07-16 09:32:53 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-07-16 09:32:53 -0300
commitbcb7869683912e8dca99bace426b7e080851354c (patch)
tree4d38b5271128b9961a2247e38aa3c24bffbd7e58 /linux/include/media/v4l2-common.h
parenta38e35700be7bf1a1333cc699af97799c833be4d (diff)
parent1835a6cbe8df59c3df94c9535179e999a2da88ca (diff)
downloadmediapointer-dvb-s2-bcb7869683912e8dca99bace426b7e080851354c.tar.gz
mediapointer-dvb-s2-bcb7869683912e8dca99bace426b7e080851354c.tar.bz2
merge: http://linuxtv.org/hg/~hverkuil/v4l-dvb
From: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/include/media/v4l2-common.h')
-rw-r--r--linux/include/media/v4l2-common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/linux/include/media/v4l2-common.h b/linux/include/media/v4l2-common.h
index 579835f92..3f6e53f72 100644
--- a/linux/include/media/v4l2-common.h
+++ b/linux/include/media/v4l2-common.h
@@ -69,6 +69,9 @@
/* Prints the ioctl in a human-readable format */
extern void v4l_printk_ioctl(unsigned int cmd);
+#if 0
+extern void v4l_printk_ioctl_arg(const char *s, unsigned int cmd, const void *arg);
+#endif
/* Use this macro for non-I2C drivers. Pass the driver name as the first arg. */
#define v4l_print_ioctl(name, cmd) \