mirror of
https://github.com/acpica/acpica/
synced 2025-01-13 12:59:18 +03:00
AcpiHelp: Add missing table terminator.
Fixes possible fault in the -p option.
This commit is contained in:
parent
858f7beecf
commit
8df82fc77f
@ -345,5 +345,6 @@ const AH_PREDEFINED_NAME AslPredefinedInfo[] =
|
||||
{"_UPP", "User Presence Polling", "Returns the recommended user presence polling interval"},
|
||||
{"_VPO", "Video Post Options", "Returns the implemented video post options"},
|
||||
{"_WAK", "Wake", "Inform AML that the system has just awakened"},
|
||||
{"_Wxx", "Wake Event", "Method executed as a result of a wake event"}
|
||||
{"_Wxx", "Wake Event", "Method executed as a result of a wake event"},
|
||||
{NULL, NULL, NULL}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user