xref: /rk3399_ARM-atf/plat/rockchip/rk3288/drivers/pmu/plat_pmu_macros.S (revision b35ce0c413a71689a2b46453b9c30596128f13dc)
1/*
2 * Copyright (c) 2016, ARM Limited and Contributors. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#include <arch.h>
8#include <asm_macros.S>
9#include <platform_def.h>
10
11.macro	func_rockchip_clst_warmboot
12	/* Nothing to do for rk3288 */
13.endm
14
15.macro rockchip_clst_warmboot_data
16	/* Nothing to do for rk3288 */
17.endm
18