2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-14 15:21:32 +00:00

Add UNULL

This commit is contained in:
Michael Brown 2007-01-12 01:40:12 +00:00
parent 6c894c2a2e
commit 2c66588f3e

View File

@ -21,4 +21,7 @@
#include <bits/uaccess.h>
/** Equivalent of NULL for user pointers */
#define UNULL ( ( userptr_t ) 0 )
#endif /* _GPXE_UACCESS_H */