aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/include
diff options
context:
space:
mode:
Diffstat (limited to 'arch/um/include')
-rw-r--r--arch/um/include/os.h2
-rw-r--r--arch/um/include/user_util.h2
2 files changed, 1 insertions, 3 deletions
diff --git a/arch/um/include/os.h b/arch/um/include/os.h
index 5c74da410451..22666b4a8be7 100644
--- a/arch/um/include/os.h
+++ b/arch/um/include/os.h
@@ -273,7 +273,7 @@ extern void stack_protections(unsigned long address);
273extern void task_protections(unsigned long address); 273extern void task_protections(unsigned long address);
274extern int raw(int fd); 274extern int raw(int fd);
275extern void setup_machinename(char *machine_out); 275extern void setup_machinename(char *machine_out);
276extern void setup_hostinfo(void); 276extern void setup_hostinfo(char *buf, int len);
277extern int setjmp_wrapper(void (*proc)(void *, void *), ...); 277extern int setjmp_wrapper(void (*proc)(void *, void *), ...);
278 278
279/* time.c */ 279/* time.c */
diff --git a/arch/um/include/user_util.h b/arch/um/include/user_util.h
index 99492d5c82db..73ffea1829fc 100644
--- a/arch/um/include/user_util.h
+++ b/arch/um/include/user_util.h
@@ -36,8 +36,6 @@ extern unsigned long end_vm;
36extern unsigned long start_vm; 36extern unsigned long start_vm;
37extern unsigned long long highmem; 37extern unsigned long long highmem;
38 38
39extern char host_info[];
40
41extern unsigned long _stext, _etext, _sdata, _edata, __bss_start, _end; 39extern unsigned long _stext, _etext, _sdata, _edata, __bss_start, _end;
42extern unsigned long _unprotected_end; 40extern unsigned long _unprotected_end;
43extern unsigned long brk_start; 41extern unsigned long brk_start;