blob: 48af50998bb728a4bed3fe809f310ad65be0c981 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
/* linux/arch/arm/mach-exynos/include/mach/videonode-exynos4.h
*
* Copyright (c) 2011 Samsung Electronics Co., Ltd.
* http://www.samsung.com
*
* EXYNOS4 - Video node definitions
*
* 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 __MACH_VIDEONODE_EXYNOS4_H
#define __MACH_VIDEONODE_EXYNOS4_H __FILE__
#define S5P_VIDEONODE_MFC_DEC 6
#define S5P_VIDEONODE_MFC_ENC 7
#define EXYNOS_VIDEONODE_ROTATOR 21
#endif /* __MACH_VIDEONODE_EXYNOS4_H */
|