summaryrefslogtreecommitdiff
path: root/fs/mount.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/mount.h')
-rw-r--r--fs/mount.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/mount.h b/fs/mount.h
index 4e61c28..8a61f2b 100644
--- a/fs/mount.h
+++ b/fs/mount.h
@@ -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