http://git.etherboot.org
/
people
/
xl0
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
35559ad
)
Added missing packed attribute
author
Michael Brown
<mcb30@etherboot.org>
Thu, 10 Aug 2006 00:10:09 +0000
(
00:10
+0000)
committer
Michael Brown
<mcb30@etherboot.org>
Thu, 10 Aug 2006 00:10:09 +0000
(
00:10
+0000)
src/include/gpxe/acpi.h
patch
|
blob
|
history
diff --git
a/src/include/gpxe/acpi.h
b/src/include/gpxe/acpi.h
index
0c4f484
..
a963218
100644
(file)
--- 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;
char asl_compiler_id[4];
/** ASL compiler revision number */
uint32_t asl_compiler_revision;
-};
+}
__attribute__ (( packed ))
;
#endif /* _GPXE_ACPI_H */
#endif /* _GPXE_ACPI_H */