RTEMS CPU Kit with SuperCore
4.11.2
mnt
data0
chrisj
rtems
releases
rtems-release.git
4.11.2
ws-rtems
rtems-4.11.2
cpukit
libfs
src
jffs2
include
linux
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__ */
Generated by
1.8.13