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