diff options
Diffstat (limited to 'src/include/ipxe')
| -rw-r--r-- | src/include/ipxe/command.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/ipxe/command.h b/src/include/ipxe/command.h index a7d0ae462..2486e7aa2 100644 --- a/src/include/ipxe/command.h +++ b/src/include/ipxe/command.h @@ -23,4 +23,6 @@ struct command { #define __command __table_entry ( COMMANDS, 01 ) +extern int shell_exit; + #endif /* _IPXE_COMMAND_H */ |
