forked from Minki/linux
18 lines
466 B
C
18 lines
466 B
C
|
/*
|
||
|
* videobuf2-v4l2.h - V4L2 driver helper framework
|
||
|
*
|
||
|
* 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_V4L2_H
|
||
|
#define _MEDIA_VIDEOBUF2_V4L2_H
|
||
|
|
||
|
#include <media/videobuf2-core.h>
|
||
|
|
||
|
#endif /* _MEDIA_VIDEOBUF2_V4L2_H */
|