diff options
Diffstat (limited to 'bsd-user/qemu.h')
-rw-r--r-- | bsd-user/qemu.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bsd-user/qemu.h b/bsd-user/qemu.h index cbee3e72f..9f4cd1ba0 100644 --- a/bsd-user/qemu.h +++ b/bsd-user/qemu.h @@ -84,6 +84,9 @@ typedef struct TaskState { void init_task_state(TaskState *ts); extern const char *qemu_uname_release; +#if defined(CONFIG_USE_GUEST_BASE) +extern unsigned long mmap_min_addr; +#endif /* ??? See if we can avoid exposing so much of the loader internals. */ /* |