summaryrefslogtreecommitdiffstats
path: root/waftools/fragments/pvr.c
diff options
context:
space:
mode:
Diffstat (limited to 'waftools/fragments/pvr.c')
-rw-r--r--waftools/fragments/pvr.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/waftools/fragments/pvr.c b/waftools/fragments/pvr.c
new file mode 100644
index 0000000000..be301e11e5
--- /dev/null
+++ b/waftools/fragments/pvr.c
@@ -0,0 +1,7 @@
+#include <sys/time.h>
+#include <linux/videodev2.h>
+int main(void)
+{
+ struct v4l2_ext_controls ext;
+ return ext.controls->value;
+}