summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe
diff options
context:
space:
mode:
authorMichael Brown2010-11-28 22:09:33 +0100
committerMichael Brown2010-11-28 22:09:33 +0100
commit1fcea25c429472adaf498bb8a10fbe67b31c10dc (patch)
tree748d79f19fb96d2da4462fc0f91b89771bf043c3 /src/include/ipxe
parent[build] Really use __builtin_offsetof() when available (diff)
downloadipxe-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/ipxe')
-rw-r--r--src/include/ipxe/shell.h2
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 */