2008-08-06 Pavel Roskin <proski@gnu.org>
* kern/i386/pit.c: Include `<grub/i386/pit.h>'.
This commit is contained in:
parent
057bc4acaf
commit
337f5a1e93
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2008-08-06 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* kern/i386/pit.c: Include `<grub/i386/pit.h>'.
|
||||
|
||||
2008-08-06 Robert Millan <rmh@aybabtu.com>
|
||||
|
||||
* conf/i386-coreboot.rmk (kernel_elf_ASFLAGS): New variable.
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
|
||||
#include <grub/types.h>
|
||||
#include <grub/cpu/io.h>
|
||||
#include <grub/i386/pit.h>
|
||||
|
||||
#define TIMER2_REG_CONTROL 0x42
|
||||
#define TIMER_REG_COMMAND 0x43
|
||||
|
|
Loading…
Reference in a new issue