]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-10-09 Robert Millan <rmh.grub@aybabtu.com>
authorrobertmh <robertmh@localhost>
Fri, 9 Oct 2009 18:23:48 +0000 (18:23 +0000)
committerrobertmh <robertmh@localhost>
Fri, 9 Oct 2009 18:23:48 +0000 (18:23 +0000)
        * include/grub/i386/cpuid.h: Add header protection.

ChangeLog
include/grub/i386/cpuid.h

index 6c89eaad62ea3a13879f14f625253921cf3c5987..8640249ba7972d30282b8b39654a44b2c0d53697 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-10-09  Robert Millan  <rmh.grub@aybabtu.com>
+
+       * include/grub/i386/cpuid.h: Add header protection.
+
 2009-10-09  Robert Millan  <rmh.grub@aybabtu.com>
 
        Fail gracefuly when attempting to load 64-bit kFreeBSD on IA32 CPU.
index f6ae20f38d930128a15c3f4a4210c3daa3f10cde..09b313bb8e20141334cceb96ecdd961c9e993288 100644 (file)
@@ -16,4 +16,9 @@
  *  along with GRUB.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#ifndef GRUB_CPU_CPUID_HEADER
+#define GRUB_CPU_CPUID_HEADER 1
+
 extern unsigned char grub_cpuid_has_longmode;
+
+#endif