blob: 8daaaee9e5edca4d1ddd48673c4e759d70d4e29b [file] [log] [blame]
// Copyright 2019 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.phy;
[Layout = "ddk-protocol"]
protocol UsbPhy {
/// Informs the PHY when peripheral role connect status changed.
ConnectStatusChanged(bool connected);
};