add reset command

This commit is contained in:
optixx
2009-09-21 08:32:17 +02:00
committed by Jannis (jix) Harder
parent 7f0a9f9285
commit 49df405d14
3 changed files with 45 additions and 12 deletions

View File

@@ -21,4 +21,6 @@
#ifndef __SHELL_H__
#define __SHELL_H__
void shell_run(void);
#endif