hw/sd/sdcard: Support boot area in emmc image
[qemu/armbru.git] / include / user / guest-base.h
blob055c1d14fe459237255b53d171240f315fdaac5c
1 /* SPDX-License-Identifier: LGPL-2.1-or-later */
2 /*
3 * Declaration of guest_base.
4 * Copyright (c) 2003 Fabrice Bellard
5 */
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
12 #endif
14 extern uintptr_t guest_base;
16 extern bool have_guest_base;
18 #endif