Home | History | Annotate | Download | only in user_space
      1 /*
      2  * v4l-test: Test environment for Video For Linux Two API
      3  *
      4  * 22 Dec 2008  0.2  Test case with NULL parameter added
      5  * 18 Dec 2008  0.1  First release
      6  *
      7  * Written by Mrton Nmeth <nm127 (at) freemail.hu>
      8  * Released under GPL
      9  */
     10 
     11 void test_VIDIOC_G_STD(void);
     12 void test_VIDIOC_S_STD(void);
     13 void test_VIDIOC_S_STD_from_enum(void);
     14 void test_VIDIOC_S_STD_invalid_standard(void);
     15 void test_VIDIOC_G_STD_NULL(void);
     16 void test_VIDIOC_S_STD_NULL(void);
     17