mirror of
https://github.com/Maschell/dynamic_libs.git
synced 2024-11-17 18:29:24 +01:00
Adding the FS_IO_BUFFER_ALIGN
This commit is contained in:
parent
50d7e01313
commit
765e5470a1
@ -22,6 +22,8 @@ extern "C" {
|
|||||||
#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)
|
||||||
|
|
||||||
|
#define FS_IO_BUFFER_ALIGN 64
|
||||||
|
|
||||||
#define FS_STAT_FLAG_IS_DIRECTORY 0x80000000
|
#define FS_STAT_FLAG_IS_DIRECTORY 0x80000000
|
||||||
|
|
||||||
/* max length of file/dir name */
|
/* max length of file/dir name */
|
||||||
|
Loading…
Reference in New Issue
Block a user