Merge tag 'armsoc-fixes-nc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
[cascardo/linux.git] / include / uapi / linux / memfd.h
1 #ifndef _UAPI_LINUX_MEMFD_H
2 #define _UAPI_LINUX_MEMFD_H
3
4 /* flags for memfd_create(2) (unsigned int) */
5 #define MFD_CLOEXEC             0x0001U
6 #define MFD_ALLOW_SEALING       0x0002U
7
8 #endif /* _UAPI_LINUX_MEMFD_H */