aboutsummaryrefslogtreecommitdiff
path: root/src/int_flags.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/int_flags.h')
-rw-r--r--src/int_flags.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/int_flags.h b/src/int_flags.h
new file mode 100644
index 0000000..90505ec
--- /dev/null
+++ b/src/int_flags.h
@@ -0,0 +1,9 @@
+/* SPDX-License-Identifier: MIT */
+#ifndef LIBURING_INT_FLAGS
+#define LIBURING_INT_FLAGS
+
+enum {
+ INT_FLAG_REG_RING = 1,
+};
+
+#endif