diff options
Diffstat (limited to 'arch/um/include/os.h')
-rw-r--r-- | arch/um/include/os.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/um/include/os.h b/arch/um/include/os.h index d3d1bc6074ef..5fb84e889b2b 100644 --- a/arch/um/include/os.h +++ b/arch/um/include/os.h | |||
@@ -205,6 +205,8 @@ extern int os_map_memory(void *virt, int fd, unsigned long long off, | |||
205 | extern int os_protect_memory(void *addr, unsigned long len, | 205 | extern int os_protect_memory(void *addr, unsigned long len, |
206 | int r, int w, int x); | 206 | int r, int w, int x); |
207 | extern int os_unmap_memory(void *addr, int len); | 207 | extern int os_unmap_memory(void *addr, int len); |
208 | extern int os_drop_memory(void *addr, int length); | ||
209 | extern int can_drop_memory(void); | ||
208 | extern void os_flush_stdout(void); | 210 | extern void os_flush_stdout(void); |
209 | 211 | ||
210 | /* tt.c | 212 | /* tt.c |