summaryrefslogtreecommitdiffstats
path: root/plat/socionext/uniphier/include/plat_macros.S
blob: d6d2579d38c40376bc48dc0c56d6e1d37db1e8e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Copyright (c) 2017, ARM Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef PLAT_MACROS_S
#define PLAT_MACROS_S

	.macro plat_crash_print_regs
	.endm

#endif /* PLAT_MACROS_S */