2009-06-11 Pavel Roskin <proski@gnu.org>
* loader/ieee1275/multiboot2.c [__i386__]: Include grub/cpu/multiboot.h.
This commit is contained in:
parent
775dbc4d08
commit
22cd079d3b
2 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
||||||
2009-06-11 Pavel Roskin <proski@gnu.org>
|
2009-06-11 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* loader/ieee1275/multiboot2.c [__i386__]: Include
|
||||||
|
grub/cpu/multiboot.h.
|
||||||
|
|
||||||
* term/i386/pc/serial.c (serial_translate_key_sequence): Avoid
|
* term/i386/pc/serial.c (serial_translate_key_sequence): Avoid
|
||||||
casts to short - they are not portable and cause warnings. Fix
|
casts to short - they are not portable and cause warnings. Fix
|
||||||
use of uninitialized values in input_buf. Use ARRAY_SIZE.
|
use of uninitialized values in input_buf. Use ARRAY_SIZE.
|
||||||
|
|
|
@ -27,6 +27,9 @@
|
||||||
#include <grub/mm.h>
|
#include <grub/mm.h>
|
||||||
#include <grub/machine/kernel.h>
|
#include <grub/machine/kernel.h>
|
||||||
#include <grub/machine/loader.h>
|
#include <grub/machine/loader.h>
|
||||||
|
#ifdef __i386__
|
||||||
|
#include <grub/cpu/multiboot.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
typedef void (*kernel_entry_t) (unsigned long, void *, int (void *),
|
typedef void (*kernel_entry_t) (unsigned long, void *, int (void *),
|
||||||
unsigned long, unsigned long);
|
unsigned long, unsigned long);
|
||||||
|
|
Loading…
Add table
Reference in a new issue