bind_bindlib_codegen_testlib/
bindlib_codegen_testlib_lib.rs
1pub use bind_fuchsia_pci;
8pub use bind_bindlibparent_codegen_testlib;
9
10pub const KINGLET: &str = "bindlib.codegen.testlib.kinglet";
11
12pub const BOBOLINK: &str = "bindlib.codegen.testlib.bobolink";
13
14pub const MOON: &str = "bindlib.codegen.testlib.Moon";
15pub const MOON_HALF: &str = "bindlib.codegen.testlib.Moon.Half";
16pub const MOON_FULL: &str = "bindlib.codegen.testlib.Moon.Full";
17
18pub const FLAG: &str = "bindlib.codegen.testlib.flag";
19pub const FLAG_ENABLE: bool = true;
20pub const FLAG_DISABLE: bool = false;
21
22pub const BIND_PCI_VID_PIE: u32 = 788;
23
24pub const GRIT_FINE: u32 = 200;