Rename read syscall, vfs_read and so to xxx_read_file
This commit is contained in:
@@ -61,7 +61,7 @@ int volume_open (const char* volume);
|
||||
int volume_close (void);
|
||||
|
||||
/* Read a file */
|
||||
int read (const char* path, size_t off, uint8_t* buffer, size_t size);
|
||||
int read_file (const char* path, size_t off, uint8_t* buffer, size_t size);
|
||||
|
||||
/* describe a file */
|
||||
int describe (const char* path, struct desc* desc);
|
||||
|
||||
Reference in New Issue
Block a user