diff options
| author | Michael Brown | 2010-11-28 22:09:33 +0100 |
|---|---|---|
| committer | Michael Brown | 2010-11-28 22:09:33 +0100 |
| commit | 1fcea25c429472adaf498bb8a10fbe67b31c10dc (patch) | |
| tree | 748d79f19fb96d2da4462fc0f91b89771bf043c3 /src/include | |
| parent | [build] Really use __builtin_offsetof() when available (diff) | |
| download | ipxe-1fcea25c429472adaf498bb8a10fbe67b31c10dc.tar.gz ipxe-1fcea25c429472adaf498bb8a10fbe67b31c10dc.tar.xz ipxe-1fcea25c429472adaf498bb8a10fbe67b31c10dc.zip | |
[shell] Add "shell" command
The "shell" command allows a script to enter an interactive shell,
which is potentially useful for troubleshooting.
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/ipxe/shell.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ipxe/shell.h b/src/include/ipxe/shell.h index 635de248b..55e56346c 100644 --- a/src/include/ipxe/shell.h +++ b/src/include/ipxe/shell.h @@ -9,6 +9,6 @@ FILE_LICENCE ( GPL2_OR_LATER ); -extern void shell ( void ); +extern int shell ( void ); #endif /* _IPXE_SHELL_H */ |
