* util/raid.c: Fold into ...

* util/getroot_linux.c: ... here. Make all functions static.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-10-08 16:59:50 +02:00
parent c4cf25eef7
commit cef86fefda
5 changed files with 71 additions and 102 deletions

View file

@ -39,9 +39,6 @@ char *grub_make_system_path_relative_to_its_root (const char *path);
const char *grub_util_check_block_device (const char *blk_dev);
const char *grub_util_check_char_device (const char *blk_dev);
char *grub_util_get_grub_dev (const char *os_dev);
#ifdef __linux__
char **grub_util_raid_getmembers (const char *name, int bootable);
#endif
#if defined (__FreeBSD__) || defined(__FreeBSD_kernel__)
void grub_util_follow_gpart_up (const char *name, grub_disk_addr_t *off_out,
char **name_out);