mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-24 12:11:33 +00:00
Fix typo
This commit is contained in:
parent
fc5f6c9de2
commit
1ecb9acb87
@ -150,7 +150,7 @@ static void unhide_etherboot ( void ) {
|
||||
}
|
||||
|
||||
/** 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,
|
||||
.shutdown = unhide_etherboot,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user