35extern int shell (
void );
#define FILE_LICENCE(_licence)
Declare a particular licence as applying to a file.
#define FILE_SECBOOT(_status)
Declare a file's UEFI Secure Boot permission status.
int shell(void)
Start command shell.
shell_stop_state
Shell stop states.
@ SHELL_STOP_COMMAND
Stop processing current command line.
@ SHELL_CONTINUE
Continue processing.
@ SHELL_STOP_COMMAND_SEQUENCE
Stop processing commands.
int shell_stopped(int stop)
Test and consume shell stop state.
void shell_stop(int stop)
Set shell stop state.