blob: a5e470847d228ab54da348e571354c03f6f7c992 [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.
[ForDeprecatedCBindings]
protocol Hooks {
SetOnline(bool online) -> (zx.status status);
};