Konstantin Porotchkin | f69ec58 | 2018-06-07 18:31:14 +0300 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2018 Marvell International Ltd. |
| 3 | * |
| 4 | * SPDX-License-Identifier: BSD-3-Clause |
| 5 | * https://spdx.org/licenses |
| 6 | */ |
| 7 | |
Antonio Nino Diaz | 5eb8837 | 2018-11-08 10:20:19 +0000 | [diff] [blame] | 8 | #ifndef PLAT_MACROS_S |
| 9 | #define PLAT_MACROS_S |
Konstantin Porotchkin | f69ec58 | 2018-06-07 18:31:14 +0300 | [diff] [blame] | 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 | |
Antonio Nino Diaz | 5eb8837 | 2018-11-08 10:20:19 +0000 | [diff] [blame] | 20 | #endif /* PLAT_MACROS_S */ |