blob: 12aa98eefbc23a7c91b71ebb9c2282045b2a733e [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.ethernet.board;
[Layout = "ddk-protocol"]
protocol EthBoard {
ResetPhy() -> (zx.status s);
};