xref: /rk3399_ARM-atf/plat/rockchip/rk3568/drivers/pmu/plat_pmu_macros.S (revision c9e91b2430188a78bbb3bfe0f457a49425e38bdd)
1/*
2 * Copyright (c) 2023, 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
10#include <platform_def.h>
11
12.macro	func_rockchip_clst_warmboot
13	/* Nothing to do for rk3568 */
14.endm
15
16.macro rockchip_clst_warmboot_data
17	/* Nothing to do for rk3568 */
18.endm
19