* 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
|
@ -20,9 +20,13 @@
|
|||
/* When using the disk, make a reference to this module. Otherwise
|
||||
the user will end up with a useless module :-). */
|
||||
|
||||
#include <config.h>
|
||||
#include <config-util.h>
|
||||
|
||||
#include <grub/dl.h>
|
||||
#include <grub/disk.h>
|
||||
#include <grub/misc.h>
|
||||
#include <grub/emu/hostdisk.h>
|
||||
|
||||
int grub_disk_host_i_want_a_reference;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue