]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/ofed/libmlx4/config.h
MFV r337206: 9338 moved dnode has incorrect dn_next_type
[FreeBSD/FreeBSD.git] / contrib / ofed / libmlx4 / config.h
1 /* $FreeBSD$ */
2
3 #ifdef  __LP64__
4 #define SIZEOF_LONG 8
5 #else
6 #define SIZEOF_LONG 4
7 #endif
8
9 #define VALGRIND_MAKE_MEM_DEFINED(...)  0
10 #define SWITCH_FALLTHROUGH (void)0
11 #define ALWAYS_INLINE __attribute__ ((__always_inline__))
12 #define likely(x) __predict_true(x)
13 #define unlikely(x) __predict_false(x)