mirror of
https://github.com/ipxe/ipxe
synced 2026-03-16 03:02:07 +03:00
Add UNULL
This commit is contained in:
@@ -21,4 +21,7 @@
|
|||||||
|
|
||||||
#include <bits/uaccess.h>
|
#include <bits/uaccess.h>
|
||||||
|
|
||||||
|
/** Equivalent of NULL for user pointers */
|
||||||
|
#define UNULL ( ( userptr_t ) 0 )
|
||||||
|
|
||||||
#endif /* _GPXE_UACCESS_H */
|
#endif /* _GPXE_UACCESS_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user