mirror of
https://github.com/ipxe/ipxe
synced 2025-12-27 10:02:42 +03:00
Separated out initialisation functions from startup/shutdown functions.
This commit is contained in:
@@ -99,4 +99,6 @@ struct console_driver vga_console __console_driver = {
|
||||
.disabled = 1,
|
||||
};
|
||||
|
||||
INIT_FN ( INIT_CONSOLE, video_init, NULL );
|
||||
struct init_fn video_init_fn __init_fn ( INIT_EARLY ) = {
|
||||
.initialise = video_init,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user