RTEMS CPU Kit with SuperCore  4.11.3
compiler.h
Go to the documentation of this file.
1 #ifndef __LINUX_COMPILER_H__
2 #define __LINUX_COMPILER_H__
3 
4 #define likely(x) (x)
5 #define unlikely(x) (x)
6 #define uninitialized_var(x) x = x
7 
8 #endif /* __LINUX_COMPILER_H__ */