mirror of
https://github.com/ipxe/ipxe
synced 2025-12-13 23:41:45 +03:00
[init] Show initialisation function names in debug messages
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -12,6 +12,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
||||
* call to initialise().
|
||||
*/
|
||||
struct init_fn {
|
||||
const char *name;
|
||||
void ( * initialise ) ( void );
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user