mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-04 13:11:54 +00:00
Remove leftover multiboot elpers
This commit is contained in:
parent
0599ad1507
commit
ad184204b2
@ -19,14 +19,6 @@
|
||||
#ifndef GRUB_MULTIBOOT_CPU_HEADER
|
||||
#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 grub_uint32_t grub_multiboot_payload_eip;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user