MOS Source Code
|
Go to the source code of this file.
Functions | |
void | clocksource_register (clocksource_t *clocksource) |
void | clocksource_tick (clocksource_t *clocksource) |
Variables | |
list_head | clocksources = LIST_HEAD_INIT(clocksources) |
clocksource_t * | active_clocksource |
void clocksource_register | ( | clocksource_t * | clocksource | ) |
Definition at line 10 of file clocksource.c.
Referenced by rtc_init().
void clocksource_tick | ( | clocksource_t * | clocksource | ) |
Definition at line 17 of file clocksource.c.
Referenced by rtc_irq_handler().
list_head clocksources = LIST_HEAD_INIT(clocksources) |
Definition at line 7 of file clocksource.c.
Referenced by clocksource_register().
clocksource_t* active_clocksource |
Definition at line 8 of file clocksource.c.
Referenced by clocksource_register(), and timer_msleep().