aboutsummaryrefslogtreecommitdiffstats
path: root/rust/uapi/uapi_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'rust/uapi/uapi_helper.h')
-rw-r--r--rust/uapi/uapi_helper.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/rust/uapi/uapi_helper.h b/rust/uapi/uapi_helper.h
new file mode 100644
index 0000000000000..301f5207f0238
--- /dev/null
+++ b/rust/uapi/uapi_helper.h
@@ -0,0 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
+ * Header that contains the headers for which Rust UAPI bindings
+ * will be automatically generated by `bindgen`.
+ *
+ * Sorted alphabetically.
+ */
+
+#include <uapi/asm-generic/ioctl.h>