Volume-centric VFS implementation
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m41s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m41s
This commit is contained in:
7
include/path_defs.h
Normal file
7
include/path_defs.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef _M_PATH_H
|
||||
#define _M_PATH_H
|
||||
|
||||
#define PATH_MAX 1024
|
||||
#define VOLUME_MAX 256
|
||||
|
||||
#endif // _M_PATH_H
|
||||
Reference in New Issue
Block a user