mirror of
https://github.com/ipxe/ipxe
synced 2026-02-07 08:02:49 +03:00
[init] Show initialisation function names in debug messages
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -243,6 +243,7 @@ static void memmap_settings_init ( void ) {
|
||||
|
||||
/** Memory map settings initialiser */
|
||||
struct init_fn memmap_settings_init_fn __init_fn ( INIT_NORMAL ) = {
|
||||
.name = "memmap",
|
||||
.initialise = memmap_settings_init,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user