BOOTLOADER
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
shell.h
Go to the documentation of this file.
1 #ifndef SHELL_H
2 #define SHELL_H
3 
4 typedef struct{
5  unsigned char State;
6  unsigned char Status;
7  unsigned char InUse;
8  unsigned short Id;
9  unsigned short UserId;
10  unsigned short Timer;
11  unsigned char ExecuteState;
12  unsigned char ExecuteItem;
14 
16 extern void F_ShellInit(void);
17 extern void F_ShellSvc(void);
18 
19 #endif