aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/include/os.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/um/include/os.h')
-rw-r--r--arch/um/include/os.h5
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
254extern int switch_timers(int to_real); 254extern void idle_sleep(unsigned long long nsecs);
255extern void idle_sleep(int secs);
256extern int set_interval(void); 255extern int set_interval(void);
257extern int timer_one_shot(int ticks); 256extern int timer_one_shot(int ticks);
258extern void disable_timer(void); 257extern unsigned long long disable_timer(void);
259extern void uml_idle_timer(void); 258extern void uml_idle_timer(void);
260extern unsigned long long os_nsecs(void); 259extern unsigned long long os_nsecs(void);
261 260