4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-18 09:43:30 +08:00

8 lines
140 B
C
Raw Normal View History

#ifndef __LINUX_COMPILER_H__
#define __LINUX_COMPILER_H__
#define likely(x) (x)
#define unlikely(x) (x)
#endif /* __LINUX_COMPILER_H__ */