aboutsummaryrefslogtreecommitdiffstats
path: root/examples/multi_process/hotplug_mp/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/multi_process/hotplug_mp/commands.h')
-rw-r--r--examples/multi_process/hotplug_mp/commands.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/multi_process/hotplug_mp/commands.h b/examples/multi_process/hotplug_mp/commands.h
new file mode 100644
index 00000000..afcf177d
--- /dev/null
+++ b/examples/multi_process/hotplug_mp/commands.h
@@ -0,0 +1,10 @@
+/* SPDX-License-Identifier: BSD-3-Clause
+ * Copyright(c) 2018 Intel Corporation
+ */
+
+#ifndef _COMMANDS_H_
+#define _COMMANDS_H_
+
+extern cmdline_parse_ctx_t main_ctx[];
+
+#endif /* _COMMANDS_H_ */