mirror of
https://github.com/pvvx/RTL00MP3.git
synced 2025-07-31 12:41:06 +00:00
add and update
This commit is contained in:
parent
03ed2886cb
commit
bda4d33012
109 changed files with 73065 additions and 85 deletions
|
|
@ -0,0 +1,21 @@
|
|||
/*
|
||||
* videobuf2-vmalloc.h - vmalloc memory allocator for videobuf2
|
||||
*
|
||||
* Copyright (C) 2010 Samsung Electronics
|
||||
*
|
||||
* Author: Pawel Osciak <pawel@osciak.com>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation.
|
||||
*/
|
||||
|
||||
#ifndef _MEDIA_VIDEOBUF2_VMALLOC_H
|
||||
#define _MEDIA_VIDEOBUF2_VMALLOC_H
|
||||
|
||||
#include "videobuf2-core.h"
|
||||
|
||||
|
||||
extern const struct vb2_mem_ops vb2_vmalloc_memops;
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue