summaryrefslogtreecommitdiffstats
path: root/bindings/rust/libflashrom-sys/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/rust/libflashrom-sys/src/lib.rs')
-rw-r--r--bindings/rust/libflashrom-sys/src/lib.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/bindings/rust/libflashrom-sys/src/lib.rs b/bindings/rust/libflashrom-sys/src/lib.rs
new file mode 100644
index 000000000..4dc828274
--- /dev/null
+++ b/bindings/rust/libflashrom-sys/src/lib.rs
@@ -0,0 +1,5 @@
+#![allow(non_upper_case_globals)]
+#![allow(non_camel_case_types)]
+#![allow(non_snake_case)]
+#![allow(deref_nullptr)]
+include!(concat!(env!("OUT_DIR"), "/bindings.rs"));