libmetal
cpu.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2017, Xilinx Inc. and Contributors. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 /*
8  * @file cpu.h
9  * @brief CPU specific primatives on microblaze platform.
10  */
11 
12 #ifndef __METAL_MICROBLAZE__H__
13 #define __METAL_MICROBLAZE__H__
14 
15 #include <stdint.h>
16 #include <metal/atomic.h>
17 
18 #define metal_cpu_yield()
19 
20 #endif /* __METAL_MICROBLAZE__H__ */