X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fmedia%2Fvideo-buf.h;h=d6f079476db34dc7b020177205b04a53a483deb1;hb=7616ee95f27a04fd5a6434e9ef4a82cec4b2807c;hp=1115a256969f0468e6ec079567aa6d32e6c338d5;hpb=0a1340c185734a57fbf4775927966ad4a1347b02;p=linux-2.6 diff --git a/include/media/video-buf.h b/include/media/video-buf.h index 1115a25696..d6f079476d 100644 --- a/include/media/video-buf.h +++ b/include/media/video-buf.h @@ -78,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;