* include/grub/powerpc/ieee1275/memory.h: Include ieee1275.h.
* include/grub/sparc64/ieee1275/memory.h: Likewise.
This commit is contained in:
parent
3c64e10417
commit
e2bf39b2d7
3 changed files with 7 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
2009-04-29 David S. Miller <davem@davemloft.net>
|
||||
|
||||
* include/grub/powerpc/ieee1275/memory.h: Include ieee1275.h.
|
||||
* include/grub/sparc64/ieee1275/memory.h: Likewise.
|
||||
|
||||
* normal/command.c: Add missing newline at end of file.
|
||||
|
||||
* commands/lsmmap.c (grub_cmd_lsmmap): Add casts to avoid printf
|
||||
|
|
|
@ -19,6 +19,8 @@
|
|||
#ifndef GRUB_MEMORY_MACHINE_HEADER
|
||||
#define GRUB_MEMORY_MACHINE_HEADER 1
|
||||
|
||||
#include <grub/ieee1275/ieee1275.h>
|
||||
|
||||
#define GRUB_MACHINE_MEMORY_AVAILABLE 1
|
||||
|
||||
#endif
|
||||
|
|
|
@ -19,6 +19,8 @@
|
|||
#ifndef GRUB_MEMORY_MACHINE_HEADER
|
||||
#define GRUB_MEMORY_MACHINE_HEADER 1
|
||||
|
||||
#include <grub/ieee1275/ieee1275.h>
|
||||
|
||||
#define GRUB_MACHINE_MEMORY_AVAILABLE 1
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue