1/*
2 * Copyright (C) 2018 Marvell International Ltd.
3 *
4 * SPDX-License-Identifier:     BSD-3-Clause
5 * https://spdx.org/licenses
6 */
7
8#ifndef PLAT_MACROS_S
9#define PLAT_MACROS_S
10
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
20#endif /* PLAT_MACROS_S */
21