"bl31/git@web.lueluesay.top:root/arm-trusted-firmware.git" did not exist on "2f5aadedc4b722841155f0ff6630e220dac3f30b"
  • Antonio Nino Diaz's avatar
    Rename 'smcc' to 'smccc' · 085e80ec
    Antonio Nino Diaz authored
    
    When the source code says 'SMCC' it is talking about the SMC Calling
    Convention. The correct acronym is SMCCC. This affects a few definitions
    and file names.
    
    Some files have been renamed (smcc.h, smcc_helpers.h and smcc_macros.S)
    but the old files have been kept for compatibility, they include the
    new ones with an ERROR_DEPRECATED guard.
    
    Change-Id: I78f94052a502436fdd97ca32c0fe86bd58173f2f
    Signed-off-by: default avatarAntonio Nino Diaz <antonio.ninodiaz@arm.com>
    085e80ec
smcc.h 243 Bytes
/*
 * Copyright (c) 2016-2018, ARM Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef __SMCC_H__
#define __SMCC_H__

#if !ERROR_DEPRECATED
#include <smccc.h>
#endif

#endif /* __SMCC_H__ */