|
@@ -15,6 +15,7 @@ struct pt_regs;
|
|
#define BUILD_BUG_ON_NOT_POWER_OF_2(n)
|
|
#define BUILD_BUG_ON_NOT_POWER_OF_2(n)
|
|
#define BUILD_BUG_ON_ZERO(e) (0)
|
|
#define BUILD_BUG_ON_ZERO(e) (0)
|
|
#define BUILD_BUG_ON_NULL(e) ((void*)0)
|
|
#define BUILD_BUG_ON_NULL(e) ((void*)0)
|
|
|
|
+#define BUILD_BUG_ON_INVALID(e) (0)
|
|
#define BUILD_BUG_ON(condition)
|
|
#define BUILD_BUG_ON(condition)
|
|
#define BUILD_BUG() (0)
|
|
#define BUILD_BUG() (0)
|
|
#else /* __CHECKER__ */
|
|
#else /* __CHECKER__ */
|