aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/arm/mali/linux/mali_kernel_linux.h
diff options
context:
space:
mode:
authorChunsang Jeong <chunsang.jeong@linaro.org>2011-09-26 11:19:39 -0600
committerTushar Behera <tushar.behera@linaro.org>2012-06-20 11:14:54 +0530
commit5603910aa39577c99fdf7cc1424d014eddc272e3 (patch)
tree1bb6d0cccc169549e56229a417b976833346adf0 /drivers/gpu/arm/mali/linux/mali_kernel_linux.h
parent13e8e0bed4bd798fac0b03b27f807d462b3fef9a (diff)
Added Mali, UMP and Mali DRM kernel driver
Conflicts: drivers/gpu/drm/Kconfig drivers/gpu/drm/Makefile Signed-off-by: Chunsang Jeong <chunsang.jeong@linaro.org> Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
Diffstat (limited to 'drivers/gpu/arm/mali/linux/mali_kernel_linux.h')
-rw-r--r--drivers/gpu/arm/mali/linux/mali_kernel_linux.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/drivers/gpu/arm/mali/linux/mali_kernel_linux.h b/drivers/gpu/arm/mali/linux/mali_kernel_linux.h
new file mode 100644
index 000000000000..bec0e24774a2
--- /dev/null
+++ b/drivers/gpu/arm/mali/linux/mali_kernel_linux.h
@@ -0,0 +1,26 @@
+/*
+ * Copyright (C) 2010 ARM Limited. All rights reserved.
+ *
+ * This program is free software and is provided to you under the terms of the GNU General Public License version 2
+ * as published by the Free Software Foundation, and any use by you of this program is subject to the terms of such GNU licence.
+ *
+ * A copy of the licence is included with the program, and can also be obtained from Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ */
+
+#ifndef __MALI_KERNEL_LINUX_H__
+#define __MALI_KERNEL_LINUX_H__
+
+#ifdef __cplusplus
+extern "C"
+{
+#endif
+
+_mali_osk_errcode_t initialize_kernel_device(void);
+void terminate_kernel_device(void);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* __MALI_KERNEL_LINUX_H__ */