1 // Copyright 2020 The Chromium OS Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style license that can be 3 // found in the LICENSE file. 4 #![allow(clippy::unreadable_literal)] 5 #![allow(clippy::cognitive_complexity)] 6 #![allow(non_upper_case_globals)] 7 #![allow(non_camel_case_types)] 8 #![allow(non_snake_case)] 9 10 pub mod bindings; 11 #[allow(unused_imports)] 12 pub use bindings::sof_abi_hdr; 13