blob: 4aa43d510ee8f39760ba6ef7ea6b5e232696eb9b [file] [log] [blame]
// Copyright 2018 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 ddk.protocol.usb_hub;
/// Interface for use by the usb-bus to talk to the hub driver.
[Layout="ddk-protocol"]
interface UsbHub {
1: ResetPort(uint32 port) -> ();
};