MALI: rockchip: upgrade midgard DDK to r14p0-01rel0
[firefly-linux-kernel-4.4.55.git] / drivers / gpu / arm / midgard / mali_base_vendor_specific_func.h
1 /*
2  *
3  * (C) COPYRIGHT 2010, 2012-2013, 2015 ARM Limited. All rights reserved.
4  *
5  * This program is free software and is provided to you under the terms of the
6  * GNU General Public License version 2 as published by the Free Software
7  * Foundation, and any use by you of this program is subject to the terms
8  * of such GNU licence.
9  *
10  * A copy of the licence is included with the program, and can also be obtained
11  * from Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
12  * Boston, MA  02110-1301, USA.
13  *
14  */
15
16
17
18
19 #ifndef _BASE_VENDOR_SPEC_FUNC_H_
20 #define _BASE_VENDOR_SPEC_FUNC_H_
21
22 int kbase_get_vendor_specific_cpu_clock_speed(u32 * const);
23
24 #endif  /*_BASE_VENDOR_SPEC_FUNC_H_*/