summaryrefslogtreecommitdiff
path: root/util/flashrom/linuxbios_tables.h
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2008-01-18 15:33:10 +0000
committerStefan Reinauer <stepan@openbios.org>2008-01-18 15:33:10 +0000
commit8df401db3bb6419c8fc9339dcc505332dff33bfe (patch)
treeb340b49e0c8fe1388de86a02af6e59cf77107523 /util/flashrom/linuxbios_tables.h
parentf8ee1806ac524bc782c93eccc59ee3c929abddb9 (diff)
downloadcoreboot-8df401db3bb6419c8fc9339dcc505332dff33bfe.tar.xz
for some reasons the externals did not get committed.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3054 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flashrom/linuxbios_tables.h')
-rw-r--r--util/flashrom/linuxbios_tables.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/util/flashrom/linuxbios_tables.h b/util/flashrom/linuxbios_tables.h
index 08fbff2454..c4c2d4d17e 100644
--- a/util/flashrom/linuxbios_tables.h
+++ b/util/flashrom/linuxbios_tables.h
@@ -1,9 +1,9 @@
-#ifndef LINUXBIOS_TABLES_H
-#define LINUXBIOS_TABLES_H
+#ifndef COREBOOT_TABLES_H
+#define COREBOOT_TABLES_H
#include <stdint.h>
-/* The linuxbios table information is for conveying information
+/* The coreboot table information is for conveying information
* from the firmware to the loaded OS image. Primarily this
* is expected to be information that cannot be discovered by
* other means, such as quering the hardware directly.
@@ -31,12 +31,12 @@
* table entries and be backwards compatible, but it is not required.
*/
-/* Since LinuxBIOS is usually compiled 32bit, gcc will align 64bit
- * types to 32bit boundaries. If the LinuxBIOS table is dumped on a
+/* Since coreboot is usually compiled 32bit, gcc will align 64bit
+ * types to 32bit boundaries. If the coreboot table is dumped on a
* 64bit system, a uint64_t would be aligned to 64bit boundaries,
* breaking the table format.
*
- * lb_uint64 will keep 64bit LinuxBIOS table values aligned to 32bit
+ * lb_uint64 will keep 64bit coreboot table values aligned to 32bit
* to ensure compatibility. They can be accessed with the two functions
* below: unpack_lb64() and pack_lb64()
*
@@ -207,4 +207,4 @@ struct cmos_checksum {
#define CHECKSUM_PCBIOS 1
};
-#endif /* LINUXBIOS_TABLES_H */
+#endif /* COREBOOT_TABLES_H */