diff options
Diffstat (limited to 'arch/um/include/os.h')
-rw-r--r-- | arch/um/include/os.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/um/include/os.h b/arch/um/include/os.h index a6d80721d3c4..e4f2fe11ba50 100644 --- a/arch/um/include/os.h +++ b/arch/um/include/os.h | |||
@@ -254,6 +254,7 @@ extern void os_dump_core(void); | |||
254 | extern int switch_timers(int to_real); | 254 | extern int switch_timers(int to_real); |
255 | extern void idle_sleep(int secs); | 255 | extern void idle_sleep(int secs); |
256 | extern int set_interval(void); | 256 | extern int set_interval(void); |
257 | extern int timer_one_shot(int ticks); | ||
257 | extern void disable_timer(void); | 258 | extern void disable_timer(void); |
258 | extern void uml_idle_timer(void); | 259 | extern void uml_idle_timer(void); |
259 | extern unsigned long long os_nsecs(void); | 260 | extern unsigned long long os_nsecs(void); |