2
0
mirror of https://github.com/xcat2/xNBA.git synced 2025-08-27 21:40:53 +00:00

Added missing packed attribute

This commit is contained in:
Michael Brown
2006-08-10 00:10:09 +00:00
parent 35559ad87c
commit bc1a37eacb

View File

@@ -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 */