xref: /rk3399_ARM-atf/plat/rockchip/rk3288/drivers/pmu/plat_pmu_macros.S (revision 713769515f66add17f2a874311619a9874d088ae)
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