diff options
Diffstat (limited to 'fs/mount.h')
| -rw-r--r-- | fs/mount.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -50,4 +50,7 @@ fd mount_file_open(char *path); /** TODO: should use fd number instead of PATH on each call*/ int mount_read_dir (char *path, fs_dirent *dirs, uint32_t *pos); +/** sysfs interface */ +void mount_sysfs(ringbuffer *r, void (*f)(ringbuffer *r,char *fmt, ...)); + #endif |
