mirror of
https://github.com/ipxe/ipxe
synced 2025-12-07 18:00:28 +03:00
[uaccess] Remove redundant UNULL definition
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -27,9 +27,6 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
||||
*/
|
||||
typedef void * userptr_t;
|
||||
|
||||
/** Equivalent of NULL for user pointers */
|
||||
#define UNULL ( ( userptr_t ) 0 )
|
||||
|
||||
/**
|
||||
* @defgroup uaccess_trivial Trivial user access API implementations
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user