blob: 2a6ccf27ca1204208fba50d2a8684ffce093314c [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
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__ */