mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-14 14:42:39 +00:00
declare grub_multiboot_relocator in multiboot.h.
This commit is contained in:
parent
5ffb1b8494
commit
3f995850a4
@ -32,6 +32,8 @@
|
|||||||
#include <grub/types.h>
|
#include <grub/types.h>
|
||||||
#include <grub/err.h>
|
#include <grub/err.h>
|
||||||
|
|
||||||
|
extern struct grub_relocator *grub_multiboot_relocator;
|
||||||
|
|
||||||
void grub_multiboot (int argc, char *argv[]);
|
void grub_multiboot (int argc, char *argv[]);
|
||||||
void grub_module (int argc, char *argv[]);
|
void grub_module (int argc, char *argv[]);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user