xref: /rk3399_ARM-atf/plat/rockchip/rk3568/drivers/pmu/plat_pmu_macros.S (revision 06f3c7058c42a9f1a9f7df75ea2de71a000855e8)
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