]> Git Repo - J-linux.git/blob - arch/x86/include/uapi/asm/mman.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / arch / x86 / include / uapi / asm / mman.h
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef _ASM_X86_MMAN_H
3 #define _ASM_X86_MMAN_H
4
5 #define MAP_32BIT       0x40            /* only give out 32bit addresses */
6 #define MAP_ABOVE4G     0x80            /* only map above 4GB */
7
8 #include <asm-generic/mman.h>
9
10 #endif /* _ASM_X86_MMAN_H */
This page took 0.026035 seconds and 4 git commands to generate.