* 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

@ -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;