aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/samsung/tvout/s5p_tvout_v4l2.h
blob: 62a949cd7a2fc9a48267ce7b402583f016e171da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* linux/drivers/media/video/samsung/tvout/s5p_tvout_v4l2.h
 *
 * Copyright (c) 2009 Samsung Electronics
 *		http://www.samsung.com/
 *
 * Video4Linux API header file. file for Samsung TVOut driver
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
*/

#ifndef _S5P_TVOUT_V4L2_H_
#define _S5P_TVOUT_V4L2_H_

extern int s5p_tvout_v4l2_constructor(struct platform_device *pdev);
extern void s5p_tvout_v4l2_destructor(void);

#endif /* _LINUX_S5P_TVOUT_V4L2_H_ */