![]() |
RTXI 1.3
|
#include <linux/version.h>Go to the source code of this file.
Defines | |
| #define | likely(x) __builtin_expect(!!(x),1) |
| #define | unlikely(x) __builtin_expect(!!(x),0) |
Definition at line 28 of file compiler.h.
Definition at line 29 of file compiler.h.