aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/memfd.h
blob: 534e364bda92b05a3067234f8b9d285c06bebbd9 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef _UAPI_LINUX_MEMFD_H
#define _UAPI_LINUX_MEMFD_H

/* flags for memfd_create(2) (unsigned int) */
#define MFD_CLOEXEC		0x0001U
#define MFD_ALLOW_SEALING	0x0002U

#endif /* _UAPI_LINUX_MEMFD_H */