aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/include/mach/videonode-exynos4.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-exynos/include/mach/videonode-exynos4.h')
-rw-r--r--arch/arm/mach-exynos/include/mach/videonode-exynos4.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/include/mach/videonode-exynos4.h b/arch/arm/mach-exynos/include/mach/videonode-exynos4.h
new file mode 100644
index 0000000..48af509
--- /dev/null
+++ b/arch/arm/mach-exynos/include/mach/videonode-exynos4.h
@@ -0,0 +1,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 */