blob: 1768f7f9a093c1a06a296ca7fc77b889158506a6 [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 fuchsia.hardware.ethernet.board;
using zx;
@transport("Banjo")
@banjo_layout("ddk-protocol")
closed protocol EthBoard {
strict ResetPhy() -> (struct {
s zx.Status;
});
};