* include/grub/emu/hostdisk.h: Add proper declaration for grub_host_init

and grub_hostfs_init.
This commit is contained in:
Vladimir Serbinenko 2013-10-28 13:33:12 +01:00
parent 64db14b0cb
commit 5177391ebe
5 changed files with 15 additions and 8 deletions

View file

@ -84,4 +84,9 @@ struct grub_util_hostdisk_data
int device_map;
};
void grub_host_init (void);
void grub_host_fini (void);
void grub_hostfs_init (void);
void grub_hostfs_fini (void);
#endif /* ! GRUB_BIOSDISK_MACHINE_UTIL_HEADER */