* 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
|
@ -25,6 +25,7 @@
|
|||
#include <grub/font.h>
|
||||
#include <grub/gfxmenu_view.h>
|
||||
#include <grub/color.h>
|
||||
#include <grub/emu/hostdisk.h>
|
||||
|
||||
#define _GNU_SOURCE 1
|
||||
|
||||
|
@ -35,9 +36,6 @@
|
|||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
|
||||
void grub_hostfs_init (void);
|
||||
void grub_host_init (void);
|
||||
|
||||
struct header
|
||||
{
|
||||
grub_uint8_t magic;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue