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 + +extern const shell_command_t _shell_command_list[]; + +#endif /* __SHELL_COMMANDS_H */