]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/dvb/video.h
usbhid endianness annotations and fixes
[linux-2.6-omap-h63xx.git] / include / linux / dvb / video.h
index 4c314914339f1ef2f0a02ed3f61feb0464fc73a1..50839fe9e39e3b615b9acb5e3bc549a603d46a52 100644 (file)
@@ -29,6 +29,7 @@
 #ifdef __KERNEL__
 #include <linux/types.h>
 #else
+#include <asm/types.h>
 #include <stdint.h>
 #include <time.h>
 #endif
@@ -110,6 +111,11 @@ struct video_command {
                } stop;
 
                struct {
+                       /* 0 or 1000 specifies normal speed,
+                          1 specifies forward single stepping,
+                          -1 specifies backward single stepping,
+                          >1: playback at speed/1000 of the normal speed,
+                          <-1: reverse playback at (-speed/1000) of the normal speed. */
                        __s32 speed;
                        __u32 format;
                } play;