Implement read_dir_entry () VFS op, CE add ls command
This commit is contained in:
10
include/dir_entry.h
Normal file
10
include/dir_entry.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef _DIR_ENTRY_H
|
||||
#define _DIR_ENTRY_H
|
||||
|
||||
#include <path_defs.h>
|
||||
|
||||
struct dir_entry {
|
||||
char path[PATH_MAX];
|
||||
};
|
||||
|
||||
#endif // _DIR_ENTRY_H
|
||||
Reference in New Issue
Block a user