Loading...
Searching...
No Matches
Go to the documentation of this file.
24 ssize_t (*read_r)(
struct _reent*,
void*
const, uint8_t*,
const size_t);
25 int (*write_r)(
struct _reent*,
void*
const,
const uint8_t*,
const size_t);
26 int (*close_r)(
struct _reent*,
void*
const);
27 int (*fstat_r)(
struct _reent*,
void*
const,
struct stat*);
28 int (*isatty_r)(
struct _reent*,
void*
const);
29 off_t (*lseek_r)(
struct _reent*,
void*
const, off_t, int);
30 int (*ctl)(
void*
const,
const uint32_t,
void*
const);
39int vfs_add_entry_r(
struct _reent* r,
struct fs_driver const*
const driver,
void* arg);
44int vfs_update_entry(
int file,
struct fs_driver const*
const driver,
void* arg);