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:
@@ -181,5 +181,6 @@ struct init_fn serial_console_init_fn __init_fn ( INIT_CONSOLE ) = {
|
||||
|
||||
/** Serial console startup function */
|
||||
struct startup_fn serial_startup_fn __startup_fn ( STARTUP_EARLY ) = {
|
||||
.name = "serial",
|
||||
.shutdown = serial_shutdown,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user