summaryrefslogtreecommitdiffstats
path: root/plat/st/stm32mp2/include/plat_macros.S
blob: e5be2c8218a1f58f9e03e3114d53a7e3b50b6519 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Copyright (c) 2023, STMicroelectronics - All Rights Reserved
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef PLAT_MACROS_S
#define PLAT_MACROS_S

	.macro plat_crash_print_regs
	.endm

#endif /* PLAT_MACROS_S */