3 * (C) COPYRIGHT 2014-2017 ARM Limited. All rights reserved.
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
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.
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.
19 * SPDX-License-Identifier: GPL-2.0
24 * Power management configuration
26 * Attached value: pointer to @ref kbase_pm_callback_conf
27 * Default value: See @ref kbase_pm_callback_conf
29 #define POWER_MANAGEMENT_CALLBACKS (&pm_callbacks)
32 * Platform specific configuration functions
34 * Attached value: pointer to @ref kbase_platform_funcs_conf
35 * Default value: See @ref kbase_platform_funcs_conf
37 #define PLATFORM_FUNCS (NULL)
39 extern struct kbase_pm_callback_conf pm_callbacks;