brintos

brintos / linux-shallow public Read only

0
0
Text · 264 B · 81f0f9b Raw
8 lines · c
1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */2#ifndef TOOLS_ARCH_ARC_UAPI_ASM_MMAN_FIX_H3#define TOOLS_ARCH_ARC_UAPI_ASM_MMAN_FIX_H4#include <uapi/asm-generic/mman.h>5/* MAP_32BIT is undefined on arc, fix it for perf */6#define MAP_32BIT	07#endif8