diff options
Diffstat (limited to 'arch/um/include/os.h')
-rw-r--r-- | arch/um/include/os.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/um/include/os.h b/arch/um/include/os.h index e4f2fe11ba50..91642e4137d7 100644 --- a/arch/um/include/os.h +++ b/arch/um/include/os.h | |||
@@ -251,11 +251,10 @@ extern void os_dump_core(void); | |||
251 | /* time.c */ | 251 | /* time.c */ |
252 | #define BILLION (1000 * 1000 * 1000) | 252 | #define BILLION (1000 * 1000 * 1000) |
253 | 253 | ||
254 | extern int switch_timers(int to_real); | 254 | extern void idle_sleep(unsigned long long nsecs); |
255 | extern void idle_sleep(int secs); | ||
256 | extern int set_interval(void); | 255 | extern int set_interval(void); |
257 | extern int timer_one_shot(int ticks); | 256 | extern int timer_one_shot(int ticks); |
258 | extern void disable_timer(void); | 257 | extern unsigned long long disable_timer(void); |
259 | extern void uml_idle_timer(void); | 258 | extern void uml_idle_timer(void); |
260 | extern unsigned long long os_nsecs(void); | 259 | extern unsigned long long os_nsecs(void); |
261 | 260 | ||