mirror of
https://github.com/ipxe/ipxe
synced 2026-04-16 03:00:10 +03:00
[init] Show startup and shutdown function names in debug messages
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -39,6 +39,7 @@ struct init_fn {
|
||||
* part of the calls to startup() and shutdown().
|
||||
*/
|
||||
struct startup_fn {
|
||||
const char *name;
|
||||
void ( * startup ) ( void );
|
||||
void ( * shutdown ) ( int booting );
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user