18c2ecf20Sopenharmony_ci/* 28c2ecf20Sopenharmony_ci * videobuf2-vmalloc.h - vmalloc memory allocator for videobuf2 38c2ecf20Sopenharmony_ci * 48c2ecf20Sopenharmony_ci * Copyright (C) 2010 Samsung Electronics 58c2ecf20Sopenharmony_ci * 68c2ecf20Sopenharmony_ci * Author: Pawel Osciak <pawel@osciak.com> 78c2ecf20Sopenharmony_ci * 88c2ecf20Sopenharmony_ci * This program is free software; you can redistribute it and/or modify 98c2ecf20Sopenharmony_ci * it under the terms of the GNU General Public License as published by 108c2ecf20Sopenharmony_ci * the Free Software Foundation. 118c2ecf20Sopenharmony_ci */ 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ci#ifndef _MEDIA_VIDEOBUF2_VMALLOC_H 148c2ecf20Sopenharmony_ci#define _MEDIA_VIDEOBUF2_VMALLOC_H 158c2ecf20Sopenharmony_ci 168c2ecf20Sopenharmony_ci#include <media/videobuf2-v4l2.h> 178c2ecf20Sopenharmony_ci 188c2ecf20Sopenharmony_ciextern const struct vb2_mem_ops vb2_vmalloc_memops; 198c2ecf20Sopenharmony_ci 208c2ecf20Sopenharmony_ci#endif 21