blob: 516af3872b2ce213f0b8453dfcdaf81ab025b4bd [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 benchmarkfidl;
protocol HandleArrayEvent64EventProtocol {
-> Send(HandleArrayEvent64 val);
};
protocol HandleArrayEvent64EchoCall {
Echo(HandleArrayEvent64 val) -> (HandleArrayEvent64 val);
};