]> git.proxmox.com Git - grub2.git/blobdiff - include/grub/i386/types.h
2006-05-29 Yoshinori K. Okuji <okuji@enbug.org>
[grub2.git] / include / grub / i386 / types.h
index 2190a844132b90424d1c660c045f2b9df69e5937..5c4c79255af7a9510e24a45fe700f5d1f1678cad 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  GRUB  --  GRand Unified Bootloader
- *  Copyright (C) 2002  Free Software Foundation, Inc.
+ *  Copyright (C) 2002,2006  Free Software Foundation, Inc.
  *
  *  GRUB is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
 #define GRUB_TYPES_CPU_HEADER  1
 
 /* The size of void *.  */
-#define GRUB_HOST_SIZEOF_VOID_P        4
+#define GRUB_TARGET_SIZEOF_VOID_P      4
 
 /* The size of long.  */
-#define GRUB_HOST_SIZEOF_LONG  4
+#define GRUB_TARGET_SIZEOF_LONG                4
 
 /* i386 is little-endian.  */
-#undef GRUB_HOST_WORDS_BIGENDIAN
+#undef GRUB_TARGET_WORDS_BIGENDIAN
 
 #endif /* ! GRUB_TYPES_CPU_HEADER */