2007-10-31 Robert Millan <rmh@aybabtu.com>
* include/grub/i386/pc/init.h (grub_lower_mem): Moved from here ... * include/grub/i386/pc/memory.h (grub_lower_mem): ... to here. * include/grub/i386/pc/init.h (grub_upper_mem): Moved from here ... * include/grub/i386/pc/memory.h (grub_upper_mem): ... to here. * include/grub/i386/pc/memory.h: Include `<grub/symbol.h>' and `<grub/types.h>'. * loader/i386/pc/multiboot.c: Include `<grub/machine/memory.h>'.
This commit is contained in:
parent
177737620c
commit
7f66d0e020
4 changed files with 24 additions and 4 deletions
|
@ -34,6 +34,7 @@
|
|||
#include <grub/machine/loader.h>
|
||||
#include <grub/multiboot.h>
|
||||
#include <grub/machine/init.h>
|
||||
#include <grub/machine/memory.h>
|
||||
#include <grub/elf.h>
|
||||
#include <grub/file.h>
|
||||
#include <grub/err.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue