From 36a4c85f911c85f5ab183331ff74d125f9a9ed32 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Fri, 25 Jan 2019 14:53:43 +0000 Subject: [init] Show startup and shutdown function names in debug messages Signed-off-by: Michael Brown --- src/include/ipxe/init.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') diff --git a/src/include/ipxe/init.h b/src/include/ipxe/init.h index 025cfaf3..32927e3a 100644 --- a/src/include/ipxe/init.h +++ b/src/include/ipxe/init.h @@ -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 ); }; -- cgit v1.2.3-55-g7522