| // 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; |