]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/media/video-buf.h
i2c-amd8111: Missed cleanup
[karo-tx-linux.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;