Merge "synx: adding a macro for invalid synx handle" into synx-kernel.lnx.1.0

This commit is contained in:
Linux Build Service Account
2023-03-03 12:29:26 -08:00
committed by Gerrit - the friendly Code Review server

View File

@@ -14,6 +14,12 @@
#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
*