libmetal  353
cpu.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2023 Nordic Semiconductor ASA
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
12 #ifndef __METAL_GENERIC_CPU__H__
13 #define __METAL_GENERIC_CPU__H__
14 
15 #define metal_cpu_yield()
16 
17 #endif /* __METAL_GENERIC_CPU__H__ */