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// This crate takes an unconditional dependency on several crates. These
9// declarations satisfy any unused-crate-dependencies error that would
10// otherwise arise in cases where these crates goes unused.
11use {bitflags as _, zerocopy as _};
12
13mod board;
14pub use board::*;
15
16mod cpu;
17pub use cpu::*;
18
19mod driver_config;
20pub use driver_config::*;
21
22mod graphics;
23pub use graphics::*;
24
25mod kernel;
26pub use kernel::*;
27
28mod memory;
29pub use memory::*;
30
31mod partition;
32pub use partition::*;
33
34mod reboot;
35pub use reboot::*;
36
37mod zbi;
38pub use zbi::*;