1 /* SPDX-License-Identifier: LGPL-2.1-or-later */
3 * Declaration of guest_base.
4 * Copyright (c) 2003 Fabrice Bellard
7 #ifndef USER_GUEST_BASE_H
8 #define USER_GUEST_BASE_H
10 #ifndef CONFIG_USER_ONLY
11 #error Cannot include this header from system emulation
14 extern uintptr_t guest_base
;
16 extern bool have_guest_base
;