summaryrefslogtreecommitdiff
path: root/common/event.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/event.c')
-rw-r--r--common/event.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/event.c b/common/event.c
index 737d3ac9eaa..4270809d496 100644
--- a/common/event.c
+++ b/common/event.c
@@ -30,6 +30,9 @@ const char *const type_name[] = {
"dm_post_probe",
"dm_pre_remove",
"dm_post_remove",
+
+ /* init hooks */
+ "misc_init_f",
};
_Static_assert(ARRAY_SIZE(type_name) == EVT_COUNT, "event type_name size");