Remove leftover multiboot elpers
This commit is contained in:
parent
0599ad1507
commit
ad184204b2
1 changed files with 0 additions and 8 deletions
|
@ -19,14 +19,6 @@
|
||||||
#ifndef GRUB_MULTIBOOT_CPU_HEADER
|
#ifndef GRUB_MULTIBOOT_CPU_HEADER
|
||||||
#define GRUB_MULTIBOOT_CPU_HEADER 1
|
#define GRUB_MULTIBOOT_CPU_HEADER 1
|
||||||
|
|
||||||
/* The asm part of the multiboot loader. */
|
|
||||||
void grub_multiboot_real_boot (grub_addr_t entry,
|
|
||||||
struct multiboot_info *mbi)
|
|
||||||
__attribute__ ((noreturn));
|
|
||||||
void grub_multiboot2_real_boot (grub_addr_t entry,
|
|
||||||
struct multiboot_info *mbi)
|
|
||||||
__attribute__ ((noreturn));
|
|
||||||
|
|
||||||
extern struct grub_relocator *grub_multiboot_relocator;
|
extern struct grub_relocator *grub_multiboot_relocator;
|
||||||
extern grub_uint32_t grub_multiboot_payload_eip;
|
extern grub_uint32_t grub_multiboot_payload_eip;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue