Added finsh_system_init function declaration on shell.h.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2070 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
bernard.xiong@gmail.com 2012-04-15 13:03:00 +00:00
parent 8b3ce531ea
commit 3ec34b8f22
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ struct finsh_shell
void finsh_set_echo(rt_uint32_t echo);
rt_uint32_t finsh_get_echo(void);
void finsh_system_init(void);
void finsh_set_device(const char* device_name);
const char* finsh_get_device(void);