diff options
Diffstat (limited to 'include/acpredef.h')
-rw-r--r-- | include/acpredef.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/acpredef.h b/include/acpredef.h index 884f118043a1f..0496767a86756 100644 --- a/include/acpredef.h +++ b/include/acpredef.h @@ -470,6 +470,7 @@ static const ACPI_PREDEFINED_INFO PredefinedNames[] = {{"_SWS", 0, ACPI_RTYPE_INTEGER}}, {{"_TC1", 0, ACPI_RTYPE_INTEGER}}, {{"_TC2", 0, ACPI_RTYPE_INTEGER}}, + {{"_TDL", 0, ACPI_RTYPE_INTEGER}}, {{"_TIP", 1, ACPI_RTYPE_INTEGER}}, {{"_TIV", 1, ACPI_RTYPE_INTEGER}}, {{"_TMP", 0, ACPI_RTYPE_INTEGER}}, |