summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorSimon Rettberg2019-02-15 10:38:39 +0100
committerSimon Rettberg2019-02-15 10:38:39 +0100
commit893714cfea74a68b5637f1d9866d1b8d8973cf94 (patch)
tree0bc3209f0dc939a4dab61218c9af71f904bb17e5 /src/include
parent[efi] Add support for console --update in efifb mode (diff)
parent[init] Show startup and shutdown function names in debug messages (diff)
downloadipxe-893714cfea74a68b5637f1d9866d1b8d8973cf94.tar.gz
ipxe-893714cfea74a68b5637f1d9866d1b8d8973cf94.tar.xz
ipxe-893714cfea74a68b5637f1d9866d1b8d8973cf94.zip
Merge branch 'master' into openslx
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ipxe/init.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/init.h b/src/include/ipxe/init.h
index 025cfaf37..32927e3a6 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 );
};