david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Added missing packed attribute

This commit is contained in:
Michael Brown 2006-08-10 00:10:09 +00:00
parent 35559ad87c
commit bc1a37eacb
1 changed files with 1 additions and 1 deletions

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