]> git.proxmox.com Git - grub2.git/commitdiff
2009-06-16 Pavel Roskin <proski@gnu.org>
authorproski <proski@localhost>
Tue, 16 Jun 2009 20:55:53 +0000 (20:55 +0000)
committerproski <proski@localhost>
Tue, 16 Jun 2009 20:55:53 +0000 (20:55 +0000)
* kern/i386/halt.c: Include grub/machine/init.h.
* kern/i386/reboot.c: Include grub/cpu/reboot.h.

ChangeLog
kern/i386/halt.c
kern/i386/reboot.c

index 26af878f8059958929ba04a86028704569fdc9e8..9430c0f041c2bf92b2955af2c7705829e683f5c6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-06-16  Pavel Roskin  <proski@gnu.org>
+
+       * kern/i386/halt.c: Include grub/machine/init.h.
+       * kern/i386/reboot.c: Include grub/cpu/reboot.h.
+
 2009-06-16  Felix Zielcke  <fzielcke@z-51.de>
 
        * util/grub.d/30_os-prober.in: Use ${root} in the generated
index 41d3906e6736b8dea00a338470f59a6b46fdc6b8..2f00435395d0fd5e853adef1613560de82e4e0a7 100644 (file)
@@ -18,6 +18,7 @@
 
 #include <grub/cpu/io.h>
 #include <grub/cpu/halt.h>
+#include <grub/machine/init.h>
 #include <grub/misc.h>
 
 const char bochs_shutdown[] = "Shutdown";
index d2b0060bb9d7e8a9cb911f893440b348aa68e3aa..6d562f8270178cadba637f74eb8e4a435a4ee2ab 100644 (file)
@@ -18,6 +18,7 @@
 
 #include <grub/cpu/io.h>
 #include <grub/cpu/at_keyboard.h>
+#include <grub/cpu/reboot.h>
 #include <grub/misc.h>
 
 void