]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/media/video-buf.h
IB/ipath: Remove bogus RD_ATOMIC checks from modify_qp
[linux-2.6-omap-h63xx.git] / include / media / video-buf.h
index fff3fd0fbf94056248c1921a0fc057512b7b7c26..d6f079476db34dc7b020177205b04a53a483deb1 100644 (file)
@@ -23,6 +23,7 @@
  */
 
 #include <linux/videodev2.h>
+#include <linux/poll.h>
 
 #define UNSET (-1U)
 
@@ -77,6 +78,9 @@ struct videobuf_dmabuf {
        /* for kernel buffers */
        void                *vmalloc;
 
+       /* Stores the userspace pointer to vmalloc area */
+       void                *varea;
+
        /* for overlay buffers (pci-pci dma) */
        dma_addr_t          bus_addr;