Skip to main content

bind_fuchsia_test/
fuchsia_test_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
9
10pub const BIND_PROTOCOL_DEVICE: u32 = 80;
11pub const BIND_PROTOCOL_COMPAT_CHILD: u32 = 81;
12pub const BIND_PROTOCOL_POWER_CHILD: u32 = 82;
13pub const BIND_PROTOCOL_PARENT: u32 = 83;
14pub const BIND_PROTOCOL_DEVHOST: u32 = 124;
15
16pub const TEST_CHILD: &str = "fuchsia.test.TEST_CHILD";