BOOTLOADER
Main Page
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
bootloader
inc
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
;
13
}
SHELL_CONTROL
;
14
15
extern
SHELL_CONTROL
ShellCtrl
;
16
extern
void
F_ShellInit
(
void
);
17
extern
void
F_ShellSvc
(
void
);
18
19
#endif
Generated on Wed Jun 13 2012 00:03:09 for BOOTLOADER by
1.8.1.1