From 7a1c5027f998f20ee6b3a681903f64105a4e8014 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Fri, 27 Sep 2013 23:26:00 +0200 Subject: mount: implement -v option to print available filesystems It's useful to know which filesystems a barebox binary supports. Add a -v option to the mount command to find it out. Signed-off-by: Sascha Hauer --- include/fs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/fs.h') diff --git a/include/fs.h b/include/fs.h index b82c246557..5b4ad6f855 100644 --- a/include/fs.h +++ b/include/fs.h @@ -87,6 +87,7 @@ struct fs_driver_d { extern struct list_head fs_device_list; #define for_each_fs_device(f) list_for_each_entry(f, &fs_device_list, list) +extern struct bus_type fs_bus; struct fs_device_d { char *backingstore; /* the device we are associated with */ -- cgit v1.2.3