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