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