blob: ded0b6909d4b4ec92636c7c2db872234f3c5e0b5 [file]
/* SPDX-License-Identifier: GPL-2.0-or-later */
#ifndef USER_MMAP_MIN_ADDR_H
#define USER_MMAP_MIN_ADDR_H
#ifndef CONFIG_USER_ONLY
#error Cannot include this header from system emulation
#endif
extern uintptr_t mmap_min_addr;
#endif