Adding the FS_IO_BUFFER_ALIGN

This commit is contained in:
Maschell 2017-09-30 13:25:58 +02:00
parent 50d7e01313
commit 765e5470a1

View File

@ -22,6 +22,8 @@ extern "C" {
#define FS_RET_NO_ERROR 0x0000
#define FS_RET_ALL_ERROR (u32)(-1)
#define FS_IO_BUFFER_ALIGN 64
#define FS_STAT_FLAG_IS_DIRECTORY 0x80000000
/* max length of file/dir name */