mirror of
https://github.com/ipxe/ipxe.git
synced 2026-05-05 12:26:37 +02:00
[uaccess] Remove redundant UNULL definition
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
parent
6ccb6bcfc8
commit
0b45db3972
@ -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
|
||||
*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user