mirror of
https://github.com/Maschell/dynamic_libs.git
synced 2024-11-19 03:09:24 +01:00
added a fs_defs define
This commit is contained in:
parent
ee80a47e47
commit
13f5b5caa8
@ -17,6 +17,7 @@ extern "C" {
|
|||||||
|
|
||||||
#define FS_STATUS_OK 0
|
#define FS_STATUS_OK 0
|
||||||
#define FS_STATUS_EOF -2
|
#define FS_STATUS_EOF -2
|
||||||
|
#define FS_STATUS_FATAL_ERROR -0x400
|
||||||
#define FS_RET_UNSUPPORTED_CMD 0x0400
|
#define FS_RET_UNSUPPORTED_CMD 0x0400
|
||||||
#define FS_RET_NO_ERROR 0x0000
|
#define FS_RET_NO_ERROR 0x0000
|
||||||
#define FS_RET_ALL_ERROR (u32)(-1)
|
#define FS_RET_ALL_ERROR (u32)(-1)
|
||||||
|
Loading…
Reference in New Issue
Block a user