blob: f9ab3b67eb41ba85a62c34a7b5fad00874efeb0a [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 test.benchmarkfidl;
closed protocol HandleArrayEvent64EventProtocol {
strict -> Send(resource struct {
val HandleArrayEvent64;
});
};
closed protocol HandleArrayEvent64EchoCall {
strict Echo(resource struct {
val HandleArrayEvent64;
}) -> (resource struct {
val HandleArrayEvent64;
});
};
@transport("Driver")
closed protocol HandleArrayEvent64EchoCallDriver {
strict Echo(resource struct {
val HandleArrayEvent64;
}) -> (resource struct {
val HandleArrayEvent64;
});
};