Sign in
fuchsia
/
fuchsia
/
c1c9ab68b04b
/
.
/
src
/
connectivity
/
ethernet
/
drivers
/
asix-88179
/
hooks.test.fidl
blob: 0e8f20b1741abf5046c0cf37defe18c41aac2f43 [
file
] [
log
] [
blame
]
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
);
};