WIP async API and kraken_convert

This commit is contained in:
Kearwood Kip Gilbert
2019-08-03 18:53:05 -07:00
parent dfce8148e3
commit b9c737ac2f
7 changed files with 49 additions and 3 deletions

View File

@@ -41,6 +41,7 @@ typedef enum {
KR_ERROR_NOT_IMPLEMENTED = 2,
KR_ERROR_OUT_OF_BOUNDS = 3,
KR_ERROR_NOT_MAPPED = 4,
KR_ERROR_UNEXPECTED = 0x10000000,
KR_RESULT_MAX_ENUM = 0x7FFFFFFF
} KrResult;