summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Brown2006-08-10 02:10:09 +0200
committerMichael Brown2006-08-10 02:10:09 +0200
commitbc1a37eacbfcb9c0803917785310cfefb4215b38 (patch)
tree968a8e07f04d08a6df1dfbe621de103efa177a51
parentAdded description for a basic ACPI table, taken from (diff)
downloadipxe-bc1a37eacbfcb9c0803917785310cfefb4215b38.tar.gz
ipxe-bc1a37eacbfcb9c0803917785310cfefb4215b38.tar.xz
ipxe-bc1a37eacbfcb9c0803917785310cfefb4215b38.zip
Added missing packed attribute
-rw-r--r--src/include/gpxe/acpi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gpxe/acpi.h b/src/include/gpxe/acpi.h
index 0c4f4846b..a96321872 100644
--- a/src/include/gpxe/acpi.h
+++ b/src/include/gpxe/acpi.h
@@ -34,6 +34,6 @@ struct acpi_description_header {
char asl_compiler_id[4];
/** ASL compiler revision number */
uint32_t asl_compiler_revision;
-};
+} __attribute__ (( packed ));
#endif /* _GPXE_ACPI_H */