Merge "synx: adding a macro for invalid synx handle" into synx-kernel.lnx.1.0
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

commit
7ab6a6bf37
@@ -14,6 +14,12 @@
|
|||||||
|
|
||||||
#define SYNX_NO_TIMEOUT ((u64)-1)
|
#define SYNX_NO_TIMEOUT ((u64)-1)
|
||||||
|
|
||||||
|
/**
|
||||||
|
* SYNX_INVALID_HANDLE : client can assign the synx handle variable with this value
|
||||||
|
* when it doesn't hold a valid synx handle
|
||||||
|
*/
|
||||||
|
#define SYNX_INVALID_HANDLE 0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* enum synx_create_flags - Flags passed during synx_create call
|
* enum synx_create_flags - Flags passed during synx_create call
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user