aboutsummaryrefslogtreecommitdiff
path: root/driver/gator_events_mali_400.h
blob: b784ae97877d71847cc8705c0c71287c1ab5247f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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 */