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