aboutsummaryrefslogtreecommitdiff
path: root/driver/gator_events_mali_400.h
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2012-08-10 09:31:24 +0100
committerJon Medhurst <tixy@linaro.org>2012-08-10 09:31:24 +0100
commit494f55bfb2d316b08b45c9e99f5124bbcad33978 (patch)
tree0a8102cbcd29a6c82dc57fe22394c1e55eafa0df /driver/gator_events_mali_400.h
parent2ccfda6ba471ba1722fe48d23767d9d024bd0750 (diff)
gator: Version 5.11DS-5.11
Signed-off-by: Jon Medhurst <tixy@linaro.org>
Diffstat (limited to 'driver/gator_events_mali_400.h')
-rw-r--r--driver/gator_events_mali_400.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/driver/gator_events_mali_400.h b/driver/gator_events_mali_400.h
new file mode 100644
index 0000000..b784ae9
--- /dev/null
+++ b/driver/gator_events_mali_400.h
@@ -0,0 +1,19 @@
+/*
+ * This confidential and proprietary software may be used only as
+ * authorised by a licensing agreement from ARM Limited
+ * (C) COPYRIGHT 2011-2012 ARM Limited
+ * ALL RIGHTS RESERVED
+ * The entire notice above must be reproduced on all authorised
+ * copies and copies may only be made to the extent permitted
+ * by a licensing agreement from ARM Limited.
+ */
+
+/*
+ * Header contains common definitions for the Mali-400 processors.
+ */
+#if !defined(GATOR_EVENTS_MALI_400_H)
+#define GATOR_EVENTS_MALI_400_H
+
+extern void gator_events_mali_log_dvfs_event(unsigned int d0, unsigned int d1);
+
+#endif /* GATOR_EVENTS_MALI_400_H */