summaryrefslogtreecommitdiff
path: root/include/link_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/link_defs.h')
-rw-r--r--include/link_defs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/link_defs.h b/include/link_defs.h
index df0cbb6811..ff443557b2 100644
--- a/include/link_defs.h
+++ b/include/link_defs.h
@@ -19,6 +19,10 @@
extern const struct console_command __cmds[];
extern const struct console_command __cmds_end[];
+/* Extension commands. */
+extern const void *__extension_cmds;
+extern const void *__extension_cmds_end;
+
/* Hooks */
extern const struct hook_data __hooks_init[];
extern const struct hook_data __hooks_init_end[];