Skip to main content

fidl_data_zbi/
lib.rs

1// Copyright 2022 The Fuchsia 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
5// DO NOT EDIT.
6// Generated from FIDL library `zbi` by zither, a Fuchsia platform tool.
7
8// The following `use ... as _;` declarations satisfy any unused-crate-dependencies
9// errors for unconditionally depended-on crates.
10use bitflags as _;
11use zerocopy as _;
12
13mod board;
14#[allow(unused)]
15pub use board::*;
16
17mod cpu;
18#[allow(unused)]
19pub use cpu::*;
20
21mod driver_config;
22#[allow(unused)]
23pub use driver_config::*;
24
25mod graphics;
26#[allow(unused)]
27pub use graphics::*;
28
29mod kernel;
30#[allow(unused)]
31pub use kernel::*;
32
33mod memory;
34#[allow(unused)]
35pub use memory::*;
36
37mod partition;
38#[allow(unused)]
39pub use partition::*;
40
41mod reboot;
42#[allow(unused)]
43pub use reboot::*;
44
45mod secure_entropy;
46#[allow(unused)]
47pub use secure_entropy::*;
48
49mod zbi;
50#[allow(unused)]
51pub use zbi::*;