blob: b8d59e196c329e69568bfd6662ff886c855f4a1e [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", DefaultProtocol]
interface EthBoard {
ResetPhy() -> ();
};