#define RTLINUX_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
#define RTLINUX_VERSION_CODE RTLINUX_VERSION(3,1,100)
