summaryrefslogtreecommitdiff
path: root/tools/acpihelp/ahpredef.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/acpihelp/ahpredef.c')
-rw-r--r--tools/acpihelp/ahpredef.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/acpihelp/ahpredef.c b/tools/acpihelp/ahpredef.c
index 49d524f930bb..d56bea36f406 100644
--- a/tools/acpihelp/ahpredef.c
+++ b/tools/acpihelp/ahpredef.c
@@ -273,5 +273,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}
};