aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/include/time_user.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/um/include/time_user.h')
-rw-r--r--arch/um/include/time_user.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/um/include/time_user.h b/arch/um/include/time_user.h
new file mode 100644
index 000000000000..6793a2fcd0ae
--- /dev/null
+++ b/arch/um/include/time_user.h
@@ -0,0 +1,18 @@
1/*
2 * Copyright (C) 2002 Jeff Dike (jdike@karaya.com)
3 * Licensed under the GPL
4 */
5
6#ifndef __TIME_USER_H__
7#define __TIME_USER_H__
8
9extern void timer(void);
10extern void switch_timers(int to_real);
11extern void set_interval(int timer_type);
12extern void idle_sleep(int secs);
13extern void enable_timer(void);
14extern void disable_timer(void);
15extern unsigned long time_lock(void);
16extern void time_unlock(unsigned long);
17
18#endif