mirror of
https://github.com/ipxe/ipxe
synced 2026-01-14 18:39:06 +03:00
Separated out initialisation functions from startup/shutdown functions.
This commit is contained in:
@@ -191,4 +191,6 @@ int timer2_running(void)
|
||||
|
||||
#endif /* RTC_CURRTICKS */
|
||||
|
||||
INIT_FN ( INIT_TIMERS, setup_timers, NULL );
|
||||
struct init_fn timer_init_fn __init_fn ( INIT_NORMAL ) = {
|
||||
.initialise = setup_timers,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user