Implement an ATA driver, Add vfsmount/vfsunmount syscalls
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
#include "fs/littlefs/lfs.h"
|
||||
#include "sysdefs/ioctl.h"
|
||||
|
||||
#define LITTLEFS_BLOCK_SIZE 4096
|
||||
#define LITTLEFS_BLOCK_SIZE 512
|
||||
|
||||
struct VfsMountPoint;
|
||||
struct VfsObj;
|
||||
|
||||
Reference in New Issue
Block a user