File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ struct acpi_table_header {
2323 uint32_t oem_revision ;
2424 char asl_compiler_id [4 ];
2525 uint32_t asl_compiler_revision ;
26- };
26+ } _packed_ ;
2727
2828enum {
2929 ACPI_FPDT_TYPE_BOOT = 0 ,
@@ -36,12 +36,12 @@ struct acpi_fpdt_header {
3636 uint8_t revision ;
3737 uint8_t reserved [4 ];
3838 uint64_t ptr ;
39- };
39+ } _packed_ ;
4040
4141struct acpi_fpdt_boot_header {
4242 char signature [4 ];
4343 uint32_t length ;
44- };
44+ } _packed_ ;
4545
4646enum {
4747 ACPI_FPDT_S3PERF_RESUME_REC = 0 ,
@@ -59,7 +59,7 @@ struct acpi_fpdt_boot {
5959 uint64_t startup_start ;
6060 uint64_t exit_services_entry ;
6161 uint64_t exit_services_exit ;
62- };
62+ } _packed ;
6363
6464int acpi_get_boot_usec (usec_t * loader_start , usec_t * loader_exit ) {
6565 _cleanup_free_ char * buf = NULL ;
You can’t perform that action at this time.
0 commit comments