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