162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 262306a36Sopenharmony_ci#ifndef TOOLS_ARCH_S390_UAPI_ASM_MMAN_FIX_H 362306a36Sopenharmony_ci#define TOOLS_ARCH_S390_UAPI_ASM_MMAN_FIX_H 462306a36Sopenharmony_ci#include <uapi/asm-generic/mman.h> 562306a36Sopenharmony_ci/* MAP_32BIT is undefined on s390, fix it for perf */ 662306a36Sopenharmony_ci#define MAP_32BIT 0 762306a36Sopenharmony_ci#endif 8