start work on nihed-cros-libva
[nihav-player.git] / nihed-cros-libva / src / bindings.rs
CommitLineData
68362724
KS
1// Copyright 2022 The ChromiumOS Authors
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5//! This module implements the bindgen C FFI bindings for use within this crate
6
7#[allow(missing_docs, clippy::useless_transmute, clippy::too_many_arguments)]
8pub mod va;
9
10pub use va::*;