* include/grub/emu/hostdisk.h: Add proper declaration for grub_host_init
and grub_hostfs_init.
This commit is contained in:
parent
64db14b0cb
commit
5177391ebe
5 changed files with 15 additions and 8 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue