Home | History | Annotate | Download | only in user_space
      1 /*
      2  * v4l-test: Test environment for Video For Linux Two API
      3  *
      4  * 20 Apr 2009  0.2  Printable string validator added
      5  * 30 Jan 2009  0.1  First release
      6  *
      7  * Written by Mrton Nmeth <nm127 (at) freemail.hu>
      8  * Released under GPL
      9  */
     10 
     11 #include <linux/videodev2.h>
     12 
     13 int valid_v4l2_std_id(v4l2_std_id std_id);
     14 int valid_tuner_capability(__u32 capability);
     15 int valid_modulator_capability(__u32 capability);
     16 int valid_string(char* str, unsigned int max_length);
     17