summaryrefslogtreecommitdiffstats
path: root/waftools/fragments/pvr.c
blob: be301e11e514b46fcbe772ce2190ca296280a1bd (plain)
1
2
3
4
5
6
7
#include <sys/time.h>
#include <linux/videodev2.h>
int main(void)
{
    struct v4l2_ext_controls ext;
    return ext.controls->value;
}