blob: 8faccf00b3a0f8888e68de85ca6b7db4666697ab [file] [log] [blame]
Konstantin Porotchkinf69ec582018-06-07 18:31:14 +03001/*
2 * Copyright (C) 2018 Marvell International Ltd.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 * https://spdx.org/licenses
6 */
7
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +00008#ifndef PLAT_MACROS_S
9#define PLAT_MACROS_S
Konstantin Porotchkinf69ec582018-06-07 18:31:14 +030010
11#include <marvell_macros.S>
12
13/*
14 * Required platform porting macros
15 * (Provided by included headers)
16 */
17.macro plat_crash_print_regs
18.endm
19
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +000020#endif /* PLAT_MACROS_S */