diff options
Diffstat (limited to 'src/usr')
| -rw-r--r-- | src/usr/autoboot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/autoboot.c b/src/usr/autoboot.c index c3b07e9a6..b84bd7b17 100644 --- a/src/usr/autoboot.c +++ b/src/usr/autoboot.c @@ -108,7 +108,7 @@ static int boot_filename ( const char *filename ) { * @v root_path Root path * @ret rc Return status code */ -static int boot_root_path ( const char *root_path ) { +int boot_root_path ( const char *root_path ) { /* Quick hack */ if ( strncmp ( root_path, "iscsi:", 6 ) == 0 ) { |
