diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2009-09-27 19:30:51 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2009-09-27 19:30:51 +0000 |
commit | 2fa5d9ba56e93dd80b71127025d8467fc1bafff5 (patch) | |
tree | 5945a1ca60fb8662d92b6687e1b989ad67bd8df9 /bsd-user/qemu.h | |
parent | 17cf428f2e1f6970296b4c0ddcb054e4bc3f2355 (diff) |
BSD user: implement GUEST_BASE
Based on 379f6698d73f476de38682b3ff96ecb226728c43.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
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. */ /* |