X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fmedia%2Fvideo-buf.h;h=d6f079476db34dc7b020177205b04a53a483deb1;hb=7616ee95f27a04fd5a6434e9ef4a82cec4b2807c;hp=fff3fd0fbf94056248c1921a0fc057512b7b7c26;hpb=95d465fd750897ab32462a6702fbfe1b122cbbc0;p=linux-2.6 diff --git a/include/media/video-buf.h b/include/media/video-buf.h index fff3fd0fbf..d6f079476d 100644 --- a/include/media/video-buf.h +++ b/include/media/video-buf.h @@ -23,6 +23,7 @@ */ #include +#include #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;