Back to home page

OSCL-LXR

 
 

    


0001 /*
0002  * videobuf2-vmalloc.h - vmalloc memory allocator for videobuf2
0003  *
0004  * Copyright (C) 2010 Samsung Electronics
0005  *
0006  * Author: Pawel Osciak <pawel@osciak.com>
0007  *
0008  * This program is free software; you can redistribute it and/or modify
0009  * it under the terms of the GNU General Public License as published by
0010  * the Free Software Foundation.
0011  */
0012 
0013 #ifndef _MEDIA_VIDEOBUF2_VMALLOC_H
0014 #define _MEDIA_VIDEOBUF2_VMALLOC_H
0015 
0016 #include <media/videobuf2-v4l2.h>
0017 
0018 extern const struct vb2_mem_ops vb2_vmalloc_memops;
0019 
0020 #endif