13c18ff06SPawel Osciak /* 23c18ff06SPawel Osciak * videobuf2-vmalloc.h - vmalloc memory allocator for videobuf2 33c18ff06SPawel Osciak * 43c18ff06SPawel Osciak * Copyright (C) 2010 Samsung Electronics 53c18ff06SPawel Osciak * 695072084SPawel Osciak * Author: Pawel Osciak <pawel@osciak.com> 73c18ff06SPawel Osciak * 83c18ff06SPawel Osciak * This program is free software; you can redistribute it and/or modify 93c18ff06SPawel Osciak * it under the terms of the GNU General Public License as published by 103c18ff06SPawel Osciak * the Free Software Foundation. 113c18ff06SPawel Osciak */ 123c18ff06SPawel Osciak 133c18ff06SPawel Osciak #ifndef _MEDIA_VIDEOBUF2_VMALLOC_H 143c18ff06SPawel Osciak #define _MEDIA_VIDEOBUF2_VMALLOC_H 153c18ff06SPawel Osciak 16*c139990eSJunghak Sung #include <media/videobuf2-v4l2.h> 173c18ff06SPawel Osciak 183c18ff06SPawel Osciak extern const struct vb2_mem_ops vb2_vmalloc_memops; 193c18ff06SPawel Osciak 203c18ff06SPawel Osciak #endif 21