From 0ec3209cc6398c8ad0a4095ca6ce9b149655e9e4 Mon Sep 17 00:00:00 2001 From: Jon Medhurst Date: Wed, 3 Apr 2013 14:21:06 +0100 Subject: gator: Version 5.14 Signed-off-by: Jon Medhurst --- drivers/gator/gator_events_mali_400.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 drivers/gator/gator_events_mali_400.h (limited to 'drivers/gator/gator_events_mali_400.h') diff --git a/drivers/gator/gator_events_mali_400.h b/drivers/gator/gator_events_mali_400.h new file mode 100644 index 00000000000..43aec49547c --- /dev/null +++ b/drivers/gator/gator_events_mali_400.h @@ -0,0 +1,18 @@ +/** + * Copyright (C) ARM Limited 2011-2013. All rights reserved. + * + * 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. + * + */ + +/* + * 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 */ -- cgit v1.2.3