blob: 504e8f0b645f731aee85a02131713bfa168561a8 [file] [log] [blame]
// Copyright 2021 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.
using fuchsia.usb;
using fuchsia.usb.wireless;
fuchsia.BIND_PROTOCOL == fuchsia.usb.BIND_PROTOCOL.INTERFACE;
fuchsia.BIND_USB_CLASS == fuchsia.usb.BIND_USB_CLASS.WIRELESS;
fuchsia.BIND_USB_SUBCLASS == fuchsia.usb.wireless.BIND_USB_SUBCLASS.MISC;
fuchsia.BIND_USB_PROTOCOL == fuchsia.usb.wireless.BIND_USB_PROTOCOL.MISC_RNDIS;