summaryrefslogtreecommitdiff
path: root/src/host_commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/host_commands.h')
-rw-r--r--src/host_commands.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/host_commands.h b/src/host_commands.h
new file mode 100644
index 0000000..daafda4
--- /dev/null
+++ b/src/host_commands.h
@@ -0,0 +1,8 @@
+#ifndef HOST_COMMANDS_H
+#define HOST_COMMANDS_H
+
+#include "d_bus_commands.h"
+
+int com_boot( char *arg );
+
+#endif // HOST_COMMANDS_H