2 * \brief Header: shell structure
8 /*** typedefs(not structures) and defined constants **********************************************/
10 /*** enums ***************************************************************************************/
17 SHELL_ASH_BUSYBOX
, /* BusyBox default shell (ash) */
18 SHELL_DASH
, /* Debian variant of ash */
24 /*** structures declarations (and typedefs of structures)*****************************************/
34 /*** global variables defined in .c file *********************************************************/
36 /*** declarations of public functions ************************************************************/
38 void mc_shell_init (void);
39 void mc_shell_deinit (void);
41 /*** inline functions **************************************************/
43 #endif /* MC_SHELL_H */