summaryrefslogtreecommitdiff
path: root/sof_sys/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'sof_sys/src/lib.rs')
-rw-r--r--sof_sys/src/lib.rs12
1 files changed, 12 insertions, 0 deletions
diff --git a/sof_sys/src/lib.rs b/sof_sys/src/lib.rs
new file mode 100644
index 00000000..57119cfa
--- /dev/null
+++ b/sof_sys/src/lib.rs
@@ -0,0 +1,12 @@
+// Copyright 2020 The Chromium OS Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+#![allow(clippy::unreadable_literal)]
+#![allow(clippy::cognitive_complexity)]
+#![allow(non_upper_case_globals)]
+#![allow(non_camel_case_types)]
+#![allow(non_snake_case)]
+
+pub mod bindings;
+#[allow(unused_imports)]
+pub use bindings::sof_abi_hdr;