aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/memfd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi/linux/memfd.h')
-rw-r--r--include/uapi/linux/memfd.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/uapi/linux/memfd.h b/include/uapi/linux/memfd.h
new file mode 100644
index 000000000000..534e364bda92
--- /dev/null
+++ b/include/uapi/linux/memfd.h
@@ -0,0 +1,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 */