david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Add UNULL

This commit is contained in:
Michael Brown 2007-01-12 01:40:12 +00:00
parent 6c894c2a2e
commit 2c66588f3e
1 changed files with 3 additions and 0 deletions

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 */