summaryrefslogtreecommitdiff
path: root/core/pmapi.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/pmapi.c')
-rw-r--r--core/pmapi.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/pmapi.c b/core/pmapi.c
index 932c632b..cfdffa69 100644
--- a/core/pmapi.c
+++ b/core/pmapi.c
@@ -40,4 +40,7 @@ const struct com32_pmapi pm_api_vector =
.jiffies = &__jiffies,
.ms_timer = &__ms_timer,
+
+ .sysappend_count = SYSAPPEND_MAX,
+ .sysappend_strings = sysappend_strings,
};