blob: fd51a0f07fe3d15e42e5ec9e5154dd3a3c206ae3 [file] [log] [blame]
// Copyright 2020 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.ax88179;
using zx;
/// Test helper for asix-88179-function to explicitly control online.
closed protocol Hooks {
strict SetOnline(struct {
online bool;
}) -> (struct {
status zx.Status;
});
};