blob: fb5ae42e0e17a4d60db93c36ad71743c75312d21 [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";