mirror of
https://github.com/OpenAMP/libmetal.git
synced 2026-08-23 07:58:52 +08:00
Replace GCC by Arm. Signed-off-by: Haithem Rahmani <haithem.rahmani@st.com> Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@st.com>
16 lines
313 B
C
16 lines
313 B
C
/*
|
|
* Copyright (c) 2015, Xilinx Inc. and Contributors. All rights reserved.
|
|
*
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
*/
|
|
|
|
/*
|
|
* @file arm/atomic.h
|
|
* @brief Arm specific atomic primitives for libmetal.
|
|
*/
|
|
|
|
#ifndef __METAL_ARM_ATOMIC__H__
|
|
#define __METAL_ARM_ATOMIC__H__
|
|
|
|
#endif /* __METAL_ARM_ATOMIC__H__ */
|