Skip to main content

bind_fuchsia_example_library/
fuchsia_example_library_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// WARNING: This file is machine generated by bindc.
6
7#![allow(unused_crate_dependencies)]
8
9pub use bind_fuchsia_pci;
10
11pub const NAME: &str = "fuchsia.example.library.Name";
12
13pub const DEVICECATEGORY: &str = "fuchsia.example.library.DeviceCategory";
14pub const DEVICECATEGORY_KB: &str = "keyboard";
15pub const DEVICECATEGORY_MOUSE: &str = "mouse";
16
17pub const I2C_ADDRESS: &str = "fuchsia.example.library.I2C_ADDRESS";
18
19pub const I2C_PROTOCOL: &str = "fuchsia.example.library.I2C_PROTOCOL";
20pub const I2C_PROTOCOL_DEVICE: &str = "fuchsia.example.library.I2C_PROTOCOL.Device";
21pub const I2C_PROTOCOL_IMPL: &str = "fuchsia.example.library.I2C_PROTOCOL.Impl";
22
23pub const FLAG: &str = "fuchsia.example.library.Flag";
24pub const FLAG_ENABLE: bool = true;
25pub const FLAG_DISABLE: bool = false;
26
27pub const BIND_PCI_VID_GIZMOTRONICS: u32 = 3227993;