Add start of e_shell code.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-05-03 10:11:56 +01:00
parent 346851b424
commit dee81285f3
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
#include "e.h"
EINTERN int
e_shell_init(void)
{
return 1;
}
EINTERN int
e_shell_shutdown(void)
{
return 1;
}