Files
libmetal/lib/processor/xtensa/cpu.h
T
Luz Paz 210b9ec37a Fix various typos
Found via `codespell -q 3 -S ./scripts/spelling.txt`

Signed-off-by: luz paz <luzpaz@users.noreply.github.com>
2022-01-04 10:05:40 +01:00

19 lines
341 B
C

/*
* Copyright (c) 2021, Xiaomi Inc. and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
/*
* @file cpu.h
* @brief CPU specific primitives
*/
#ifndef __METAL_XTENSA_CPU__H__
#define __METAL_XTENSA_CPU__H__
#define metal_cpu_yield()
#define __sync_synchronize()
#endif /* __METAL_XTENSA_CPU__H__ */