added a fs_defs define

This commit is contained in:
Maschell 2017-08-27 19:24:49 +02:00
parent ee80a47e47
commit 13f5b5caa8

View File

@ -17,6 +17,7 @@ extern "C" {
#define FS_STATUS_OK 0
#define FS_STATUS_EOF -2
#define FS_STATUS_FATAL_ERROR -0x400
#define FS_RET_UNSUPPORTED_CMD 0x0400
#define FS_RET_NO_ERROR 0x0000
#define FS_RET_ALL_ERROR (u32)(-1)