mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 15:21:32 +00:00
Add UNULL
This commit is contained in:
parent
6c894c2a2e
commit
2c66588f3e
@ -21,4 +21,7 @@
|
||||
|
||||
#include <bits/uaccess.h>
|
||||
|
||||
/** Equivalent of NULL for user pointers */
|
||||
#define UNULL ( ( userptr_t ) 0 )
|
||||
|
||||
#endif /* _GPXE_UACCESS_H */
|
||||
|
Loading…
Reference in New Issue
Block a user