repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 5.7.7
[linux/fpc-iii.git]
/
tools
/
arch
/
x86
/
include
/
uapi
/
asm
/
mman.h
blob
8449778de2ed7c3498b623b293146c1300bd11ab
1
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2
#ifndef TOOLS_ARCH_X86_UAPI_ASM_MMAN_FIX_H
3
#define TOOLS_ARCH_X86_UAPI_ASM_MMAN_FIX_H
4
#define MAP_32BIT 0x40
5
#include <uapi/asm-generic/mman.h>
6
#endif