diff options
author | Michael Brown <mcb30@ipxe.org> | 2011-01-27 20:35:48 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2011-01-27 20:40:26 +0000 |
commit | 962cada830e9b0ce7049a59bef4c33ab01c6161e (patch) | |
tree | 057160b6a5f46e3e099166102f3a91b393d35103 /src/include/usr/autoboot.h | |
parent | 35a50399a5881360303c0ed2d49918a660dd727d (diff) | |
download | ipxe-962cada830e9b0ce7049a59bef4c33ab01c6161e.zip ipxe-962cada830e9b0ce7049a59bef4c33ab01c6161e.tar.gz ipxe-962cada830e9b0ce7049a59bef4c33ab01c6161e.tar.bz2 |
[init] Remove concept of "shutdown exit flags"
Remove the concept of shutdown exit flags, and replace it with a
counter used to keep track of exposed interfaces that require devices
to remain active.
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/usr/autoboot.h')
-rw-r--r-- | src/include/usr/autoboot.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/usr/autoboot.h b/src/include/usr/autoboot.h index e9abf83..32763be 100644 --- a/src/include/usr/autoboot.h +++ b/src/include/usr/autoboot.h @@ -12,8 +12,6 @@ FILE_LICENCE ( GPL2_OR_LATER ); #include <ipxe/in.h> struct net_device; -extern int shutdown_exit_flags; - extern int netboot ( struct net_device *netdev ); extern int autoboot ( void ); extern int boot_next_server_and_filename ( struct in_addr next_server, |