RTEMS CPU Kit with SuperCore
mnt
data0
chrisj
rtems
admin
rtems-admin.git
doxygen
builder
latest
rtems.git
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