diff options
Diffstat (limited to 'drivers/acpi/acpica/aclocal.h')
-rw-r--r-- | drivers/acpi/acpica/aclocal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/acpica/aclocal.h b/drivers/acpi/acpica/aclocal.h index 421b048f6640..5ce06935d9de 100644 --- a/drivers/acpi/acpica/aclocal.h +++ b/drivers/acpi/acpica/aclocal.h | |||
@@ -678,6 +678,7 @@ struct acpi_opcode_info { | |||
678 | }; | 678 | }; |
679 | 679 | ||
680 | /* Value associated with the parse object */ | 680 | /* Value associated with the parse object */ |
681 | |||
681 | union acpi_parse_value { | 682 | union acpi_parse_value { |
682 | u64 integer; /* Integer constant (Up to 64 bits) */ | 683 | u64 integer; /* Integer constant (Up to 64 bits) */ |
683 | u32 size; /* bytelist or field size */ | 684 | u32 size; /* bytelist or field size */ |