blob: 215ce754ba0bb7b2857612b2cec0793ec2a1ddeb [file] [log] [blame]
// Copyright 2023 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
library fuchsia.device.fs;
/// This name is reserved for accessing the device specific protocol
/// within /dev/. No devices can be created with this name.
const DEVICE_PROTOCOL_NAME string = "device_protocol";
/// This name is reserved for accessing the fuchsia.device/Controller protocol
/// within /dev/. No devices can be created with this name.
const DEVICE_CONTROLLER_NAME string = "device_controller";
/// This name is reserved for accessing the fuchsia.device.fs/TopologicalPath protocol
/// within /dev/. No devices can be created with this name.
@available(added=HEAD)
const DEVICE_TOPOLOGY_NAME string = "device_topology";