diff options
Diffstat (limited to 'arch/um/include/user_util.h')
-rw-r--r-- | arch/um/include/user_util.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/arch/um/include/user_util.h b/arch/um/include/user_util.h index fabad2372af0..f04776e2436f 100644 --- a/arch/um/include/user_util.h +++ b/arch/um/include/user_util.h | |||
@@ -30,30 +30,7 @@ extern int grantpt(int __fd); | |||
30 | extern int unlockpt(int __fd); | 30 | extern int unlockpt(int __fd); |
31 | extern char *ptsname(int __fd); | 31 | extern char *ptsname(int __fd); |
32 | 32 | ||
33 | struct cpu_task { | ||
34 | int pid; | ||
35 | void *task; | ||
36 | }; | ||
37 | |||
38 | extern struct cpu_task cpu_tasks[]; | ||
39 | |||
40 | extern void (*sig_info[])(int, union uml_pt_regs *); | ||
41 | |||
42 | extern unsigned long low_physmem; | ||
43 | extern unsigned long high_physmem; | ||
44 | extern unsigned long uml_physmem; | ||
45 | extern unsigned long uml_reserved; | ||
46 | extern unsigned long end_vm; | ||
47 | extern unsigned long start_vm; | ||
48 | extern unsigned long long highmem; | ||
49 | |||
50 | extern unsigned long _stext, _etext, _sdata, _edata, __bss_start, _end; | ||
51 | extern unsigned long _unprotected_end; | ||
52 | extern unsigned long brk_start; | ||
53 | |||
54 | extern void *add_signal_handler(int sig, void (*handler)(int)); | 33 | extern void *add_signal_handler(int sig, void (*handler)(int)); |
55 | extern int linux_main(int argc, char **argv); | ||
56 | extern void set_cmdline(char *cmd); | ||
57 | extern void input_cb(void (*proc)(void *), void *arg, int arg_len); | 34 | extern void input_cb(void (*proc)(void *), void *arg, int arg_len); |
58 | extern int get_pty(void); | 35 | extern int get_pty(void); |
59 | extern int switcheroo(int fd, int prot, void *from, void *to, int size); | 36 | extern int switcheroo(int fd, int prot, void *from, void *to, int size); |