summaryrefslogtreecommitdiff
path: root/rust/vboot_reference-sys/lib.rs
blob: fb589cedb4d70138e5cb2d8857dc73f9ae3e5688 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// 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"));
}