support bind and subvolume mount

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-12-02 14:26:46 +01:00
parent 98042add0c
commit 228cfb40bf
3 changed files with 38 additions and 15 deletions

View file

@ -78,4 +78,6 @@ extern char * canonicalize_file_name (const char *path);
int grub_device_mapper_supported (void);
#endif
char *grub_find_root_device_from_mountinfo (const char *dir, char **relroot);
#endif /* GRUB_EMU_MISC_H */