V4L/DVB (4065): Several improvements at videodev.c
[deliverable/linux.git] / include / media / v4l2-common.h
index e94aff029cc5b3ac40a1c7ff9f836f4355d13571..1440d4ab6af9a9204870e2f90ae2ae5456214988 100644 (file)
 #ifndef V4L2_COMMON_H_
 #define V4L2_COMMON_H_
 
+#include <media/v4l2-dev.h>
+
 /* v4l debugging and diagnostics */
 
+/* Debug bitmask flags to be used on V4L2 */
+#define V4L2_DEBUG_IOCTL     0x01
+#define V4L2_DEBUG_IOCTL_ARG 0x02
+
 /* Common printk constucts for v4l-i2c drivers. These macros create a unique
    prefix consisting of the driver name, the adapter number and the i2c
    address. */
This page took 0.048424 seconds and 5 git commands to generate.