From f860abc4088a931c6db6549b139fc3418f1b0dba Mon Sep 17 00:00:00 2001
From: Kaspar Schleiser <kaspar@schleiser.de>
Date: Thu, 4 Nov 2010 16:47:13 +0100
Subject: [PATCH] * checkin of missing header file

---
 sys/include/shell_commands.h | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 sys/include/shell_commands.h

diff --git a/sys/include/shell_commands.h b/sys/include/shell_commands.h
new file mode 100644
index 0000000000..1e0ec85759
--- /dev/null
+++ b/sys/include/shell_commands.h
@@ -0,0 +1,8 @@
+#ifndef __SHELL_COMMANDS_H
+#define __SHELL_COMMANDS_H 
+
+#include <shell.h>
+
+extern const shell_command_t _shell_command_list[];
+
+#endif /* __SHELL_COMMANDS_H */
-- 
GitLab