mirror of
https://github.com/ipxe/ipxe
synced 2025-12-10 13:32:20 +03:00
Fix typo
This commit is contained in:
@@ -150,7 +150,7 @@ static void unhide_etherboot ( void ) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/** Hide Etherboot startup function */
|
/** Hide Etherboot startup function */
|
||||||
struct startup_fn hide_etherboot_startup_fn __startup_fn ( EARLY_STARTUP ) = {
|
struct startup_fn hide_etherboot_startup_fn __startup_fn ( STARTUP_EARLY ) = {
|
||||||
.startup = hide_etherboot,
|
.startup = hide_etherboot,
|
||||||
.shutdown = unhide_etherboot,
|
.shutdown = unhide_etherboot,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user