00001 #ifndef VIDEODEVFIX_H 00002 #define VIDEODEVFIX_H 00003 00004 00005 #include <sys/types.h> 00006 00007 typedef int8_t __s8; 00008 typedef u_int8_t __u8; 00009 typedef int16_t __s16; 00010 typedef u_int16_t __u16; 00011 typedef int32_t __s32; 00012 typedef u_int32_t __u32; 00013 typedef int64_t __s64; 00014 typedef u_int64_t __u64; 00015 00016 00017 00018 00019 #endif