2009-06-10 Pavel Roskin <proski@gnu.org>
* kern/i386/coreboot/init.c: Include grub/cpu/tsc.h to fix compiler warnings.
This commit is contained in:
parent
b39f9d20a9
commit
33abf7ae90
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2009-06-10 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* kern/i386/coreboot/init.c: Include grub/cpu/tsc.h to fix
|
||||
compiler warnings.
|
||||
|
||||
2009-06-10 Felix Zielcke <fzielcke@z-51.de>
|
||||
|
||||
* gendistlist.sh (EXTRA_DISTFILES): Add `genhandlerlist.sh' and
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
#include <grub/symbol.h>
|
||||
#include <grub/cpu/io.h>
|
||||
#include <grub/cpu/kernel.h>
|
||||
#include <grub/cpu/tsc.h>
|
||||
|
||||
#define GRUB_FLOPPY_REG_DIGITAL_OUTPUT 0x3f2
|
||||
|
||||
|
|
Loading…
Reference in a new issue