aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/include
diff options
context:
space:
mode:
Diffstat (limited to 'arch/um/include')
-rw-r--r--arch/um/include/os.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/um/include/os.h b/arch/um/include/os.h
index b463170a530..901804db3c3 100644
--- a/arch/um/include/os.h
+++ b/arch/um/include/os.h
@@ -279,6 +279,7 @@ extern int raw(int fd);
279extern void setup_machinename(char *machine_out); 279extern void setup_machinename(char *machine_out);
280extern void setup_hostinfo(char *buf, int len); 280extern void setup_hostinfo(char *buf, int len);
281extern int setjmp_wrapper(void (*proc)(void *, void *), ...); 281extern int setjmp_wrapper(void (*proc)(void *, void *), ...);
282extern void os_dump_core(void);
282 283
283/* time.c */ 284/* time.c */
284#define BILLION (1000 * 1000 * 1000) 285#define BILLION (1000 * 1000 * 1000)