diff options
| author | Michael Brown | 2006-08-10 02:10:09 +0200 |
|---|---|---|
| committer | Michael Brown | 2006-08-10 02:10:09 +0200 |
| commit | bc1a37eacbfcb9c0803917785310cfefb4215b38 (patch) | |
| tree | 968a8e07f04d08a6df1dfbe621de103efa177a51 /src/include | |
| parent | Added description for a basic ACPI table, taken from (diff) | |
| download | ipxe-bc1a37eacbfcb9c0803917785310cfefb4215b38.tar.gz ipxe-bc1a37eacbfcb9c0803917785310cfefb4215b38.tar.xz ipxe-bc1a37eacbfcb9c0803917785310cfefb4215b38.zip | |
Added missing packed attribute
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/gpxe/acpi.h | 2 |
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 */ |
