blob: f515a750e16cda1ac654644a28a3c71ff6f55d3b [file] [log] [blame] [edit]
// 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.
/// vboot_reference bindings for Rust.
#[allow(
clippy::all,
non_camel_case_types,
non_snake_case,
non_upper_case_globals
)]
pub mod crossystem {
include!(concat!(env!("OUT_DIR"), "/crossystem.rs"));
}
#[allow(
clippy::all,
non_camel_case_types,
non_snake_case,
non_upper_case_globals
)]
pub mod vboot_host {
include!(concat!(env!("OUT_DIR"), "/vboot_host.rs"));
}