We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b92ddac commit 57634c1Copy full SHA for 57634c1
1 file changed
kernel/include/types.h
@@ -25,4 +25,8 @@ typedef __kernel_int64_t int64_t;
25
26
#define types_concat(HIGH, LOW) ( (HIGH << (sizeof(HIGH))) | LOW )
27
28
+#ifndef NULL
29
+#define NULL (void *)0x0
30
+#endif /* ifndef NULL */
31
+
32
#endif /* end of include guard: TYPES_H_VMW2LPX1 */
0 commit comments