Remove i386/loader.h
This commit is contained in:
parent
1b86596ae1
commit
e6e7b4ea1f
4 changed files with 0 additions and 3 deletions
|
@ -20,7 +20,6 @@
|
||||||
#define GRUB_LOADER_MACHINE_HEADER 1
|
#define GRUB_LOADER_MACHINE_HEADER 1
|
||||||
|
|
||||||
#include <grub/symbol.h>
|
#include <grub/symbol.h>
|
||||||
#include <grub/cpu/loader.h>
|
|
||||||
|
|
||||||
/* This is an asm part of the chainloader. */
|
/* This is an asm part of the chainloader. */
|
||||||
void EXPORT_FUNC(grub_chainloader_real_boot) (int drive, void *part_addr) __attribute__ ((noreturn));
|
void EXPORT_FUNC(grub_chainloader_real_boot) (int drive, void *part_addr) __attribute__ ((noreturn));
|
||||||
|
|
|
@ -17,7 +17,6 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <grub/loader.h>
|
#include <grub/loader.h>
|
||||||
#include <grub/cpu/loader.h>
|
|
||||||
#include <grub/cpu/bsd.h>
|
#include <grub/cpu/bsd.h>
|
||||||
#include <grub/i386/cpuid.h>
|
#include <grub/i386/cpuid.h>
|
||||||
#include <grub/machine/init.h>
|
#include <grub/machine/init.h>
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
#include <grub/mm.h>
|
#include <grub/mm.h>
|
||||||
#include <grub/elf.h>
|
#include <grub/elf.h>
|
||||||
#include <grub/misc.h>
|
#include <grub/misc.h>
|
||||||
#include <grub/i386/loader.h>
|
|
||||||
#include <grub/cpu/relocator.h>
|
#include <grub/cpu/relocator.h>
|
||||||
|
|
||||||
#define ALIGN_PAGE(a) ALIGN_UP (a, 4096)
|
#define ALIGN_PAGE(a) ALIGN_UP (a, 4096)
|
||||||
|
|
Loading…
Reference in a new issue