blob: 8194926b7a0a57e494a304ab8f1b513af0bfe5e5 [file] [log] [blame]
// Copyright 2021 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.
// GENERATED FILE: Regen with $(fx get-build-dir)/host-tools/regen_fidl_benchmark_suite
library benchmarkfidl;
using zx;
resource struct HandleArrayEvent1 {
array<zx.handle:EVENT>:1 handles;
};
resource struct HandleArrayEvent16 {
array<zx.handle:EVENT>:16 handles;
};
resource struct HandleArrayEvent64 {
array<zx.handle:EVENT>:64 handles;
};