mirror of
https://github.com/ipxe/ipxe
synced 2025-12-17 18:11:49 +03:00
[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>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user