start work on nihed-cros-libva
[nihav-player.git] / nihed-cros-libva / src / bindings.rs
diff --git a/nihed-cros-libva/src/bindings.rs b/nihed-cros-libva/src/bindings.rs
new file mode 100644 (file)
index 0000000..53a1c77
--- /dev/null
@@ -0,0 +1,10 @@
+// Copyright 2022 The ChromiumOS Authors
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+//! This module implements the bindgen C FFI bindings for use within this crate
+
+#[allow(missing_docs, clippy::useless_transmute, clippy::too_many_arguments)]
+pub mod va;
+
+pub use va::*;