Merge tag 'v3.10.86' into linux-linaro-lsk-v3.10
[firefly-linux-kernel-4.4.55.git] / drivers / gator / gator_events_mali_4xx.h
1 /**
2  * Copyright (C) ARM Limited 2011-2015. All rights reserved.
3  *
4  * This program is free software; you can redistribute it and/or modify
5  * it under the terms of the GNU General Public License version 2 as
6  * published by the Free Software Foundation.
7  *
8  */
9
10 /*
11  * Header contains common definitions for the Mali-4xx processors.
12  */
13 #if !defined(GATOR_EVENTS_MALI_4xx_H)
14 #define GATOR_EVENTS_MALI_4xx_H
15
16 extern void gator_events_mali_log_dvfs_event(unsigned int d0, unsigned int d1);
17
18 #endif /* GATOR_EVENTS_MALI_4xx_H */