Main Page | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | Directories | File List | Namespace Members | Data Fields | Globals

videodevfix.h

Go to the documentation of this file.
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

Generated on Wed Oct 5 14:36:12 2005 for RobotFlow by  doxygen 1.4.4