plat_macros.S 348 Bytes
Newer Older
1
2
3
4
5
6
7
/*
 * Copyright (C) 2018 Marvell International Ltd.
 *
 * SPDX-License-Identifier:     BSD-3-Clause
 * https://spdx.org/licenses
 */

8
9
#ifndef PLAT_MACROS_S
#define PLAT_MACROS_S
10
11
12
13
14
15
16
17
18
19

#include <marvell_macros.S>

/*
 * Required platform porting macros
 * (Provided by included headers)
 */
.macro plat_crash_print_regs
.endm

20
#endif /* PLAT_MACROS_S */