diff --git a/sys/include/shell_commands.h b/sys/include/shell_commands.h new file mode 100644 index 0000000000000000000000000000000000000000..1e0ec85759205a5fc239df3cffd54817daf5f5b1 --- /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 */