blob: 3f1b83c1335b18415b356ec5ed2207e4532c17a0 [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", BanjoLayout = "ddk-protocol"]
protocol EthBoard {
ResetPhy() -> (zx.status s);
};