blob: 66f3d0ea40c2ff75537a568feed7a30733245c70 [file] [log] [blame]
Soby Mathewacc144b2016-05-05 12:53:53 +01001/*
Antonio Nino Diaz3c817f42018-03-21 10:49:27 +00002 * Copyright (c) 2016-2018, ARM Limited and Contributors. All rights reserved.
Soby Mathewacc144b2016-05-05 12:53:53 +01003 *
dp-armfa3cf0b2017-05-03 09:38:09 +01004 * SPDX-License-Identifier: BSD-3-Clause
Soby Mathewacc144b2016-05-05 12:53:53 +01005 */
6#ifndef __SMCC_MACROS_S__
7#define __SMCC_MACROS_S__
8
Antonio Nino Diaz3c817f42018-03-21 10:49:27 +00009#if !ERROR_DEPRECATED
10#include <smccc_macros.S>
Soby Mathewacc144b2016-05-05 12:53:53 +010011
Antonio Nino Diaz3c817f42018-03-21 10:49:27 +000012#define smcc_save_gp_mode_regs smccc_save_gp_mode_regs
Etienne Carriere4cce8352017-11-08 14:38:33 +010013#endif
Soby Mathewacc144b2016-05-05 12:53:53 +010014
Soby Mathewacc144b2016-05-05 12:53:53 +010015#endif /* __SMCC_MACROS_S__ */