xref: /rk3399_ARM-atf/plat/rockchip/rk3368/drivers/pmu/plat_pmu_macros.S (revision 61f72a34250d063da67f4fc2b0eb8c3fda3376be)
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 rk3368 */
13.endm
14
15.macro rockchip_clst_warmboot_data
16	/* Nothing to do for rk3368 */
17.endm
18