blob: 576d0ffc92664eace804febb28da3807bed346f8 [file] [log] [blame]
Andre Przywara6d471e12019-07-09 11:25:57 +01001/*
Mario Bălănică3a946f32023-12-01 04:30:13 +02002 * Copyright (c) 2016-2024, Arm Limited and Contributors. All rights reserved.
Andre Przywara6d471e12019-07-09 11:25:57 +01003 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6#ifndef PLAT_MACROS_S
7#define PLAT_MACROS_S
8
9 /* ---------------------------------------------
10 * The below required platform porting macro
11 * prints out relevant platform registers
12 * whenever an unhandled exception is taken in
13 * BL31.
14 * Clobbers: x0 - x10, x16, x17, sp
15 * ---------------------------------------------
16 */
17 .macro plat_crash_print_regs
18 .endm
19
20#endif /* PLAT_MACROS_S */