Add shell_interface type.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-05-03 11:14:19 +01:00
parent 4290891c73
commit 6d9b6dc97e
1 changed files with 10 additions and 0 deletions

View File

@ -1,8 +1,18 @@
#ifdef E_TYPEDEFS
typedef struct _E_Shell_Interface E_Shell_Interface;
#else
# ifndef E_SHELL_H
# define E_SHELL_H
struct _E_Shell_Interface
{
void *shell;
/* TODO: surface_create */
};
EINTERN int e_shell_init(void);
EINTERN int e_shell_shutdown(void);