fac3cd52182ffd2e927d584ef0415fc6b1c8fa0b
[GitHub/LineageOS/G12/android_hardware_amlogic_kernel-modules_mali-driver.git] /
1 /*
2 *
3 * (C) COPYRIGHT 2014-2017 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 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, you can access it online at
17 * http://www.gnu.org/licenses/gpl-2.0.html.
18 *
19 * SPDX-License-Identifier: GPL-2.0
20 *
21 */
22
23 /**
24 * Power management configuration
25 *
26 * Attached value: pointer to @ref kbase_pm_callback_conf
27 * Default value: See @ref kbase_pm_callback_conf
28 */
29 #define POWER_MANAGEMENT_CALLBACKS (&pm_callbacks)
30
31 /**
32 * Platform specific configuration functions
33 *
34 * Attached value: pointer to @ref kbase_platform_funcs_conf
35 * Default value: See @ref kbase_platform_funcs_conf
36 */
37 #define PLATFORM_FUNCS (NULL)
38
39 extern struct kbase_pm_callback_conf pm_callbacks;