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 _, zerocopy as _};
11
12mod board;
13#[allow(unused)]
14pub use board::*;
15
16mod cpu;
17#[allow(unused)]
18pub use cpu::*;
19
20mod driver_config;
21#[allow(unused)]
22pub use driver_config::*;
23
24mod graphics;
25#[allow(unused)]
26pub use graphics::*;
27
28mod kernel;
29#[allow(unused)]
30pub use kernel::*;
31
32mod memory;
33#[allow(unused)]
34pub use memory::*;
35
36mod partition;
37#[allow(unused)]
38pub use partition::*;
39
40mod reboot;
41#[allow(unused)]
42pub use reboot::*;
43
44mod secure_entropy;
45#[allow(unused)]
46pub use secure_entropy::*;
47
48mod zbi;
49#[allow(unused)]
50pub use zbi::*;