summaryrefslogtreecommitdiff
path: root/drivers/gpu/arm/utgard/linux/mali_uk_types.h
diff options
context:
space:
mode:
authorLinaro CI <ci_notify@linaro.org>2017-12-11 23:04:00 +0000
committerLinaro CI <ci_notify@linaro.org>2017-12-11 23:04:00 +0000
commit23cbdfaa6d8f83dff03cd0b04d9af8051a11c126 (patch)
tree812d7df7bdf521b896b283a8a5c0bd2723263468 /drivers/gpu/arm/utgard/linux/mali_uk_types.h
parent60c2da397c68643ac1b187a90f1c9ef29214443d (diff)
parent8466c55d9fbc79c97cfe36a376f10d4805868399 (diff)
Merge remote-tracking branch 'sumit-lts/lts-4.4.y-hikey' into linux-4.4.y4.4.106-rc1-hikey-20171211-73
Diffstat (limited to 'drivers/gpu/arm/utgard/linux/mali_uk_types.h')
-rw-r--r--drivers/gpu/arm/utgard/linux/mali_uk_types.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/gpu/arm/utgard/linux/mali_uk_types.h b/drivers/gpu/arm/utgard/linux/mali_uk_types.h
new file mode 100644
index 000000000000..1884cdbba424
--- /dev/null
+++ b/drivers/gpu/arm/utgard/linux/mali_uk_types.h
@@ -0,0 +1,17 @@
+/*
+ * Copyright (C) 2012, 2015 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_UK_TYPES_H__
+#define __MALI_UK_TYPES_H__
+
+/* Simple wrapper in order to find the OS specific location of this file */
+#include <linux/mali/mali_utgard_uk_types.h>
+
+#endif /* __MALI_UK_TYPES_H__ */