blob: 2fae3aba311fca434a81de3086862474f2e7b0ce [file] [log] [blame]
# Copyright 2018 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.
#
# WARNING: This file is machine generated by fidlgen.
include <example/c/fidl.h>
example_ByteAndBytesInLine {
single_byte int8
many_bytesInLine fidl_vector
only_one_k_bytesInLine fidl_vector
opt_only_one_k_bytesInLine fidl_vector
} [packed]
example_ByteAndBytesOutOfLine {
many_bytesOutOfLine array[int8]
only_one_k_bytesOutOfLine array[int8]
opt_only_one_k_bytesOutOfLine array[int8]
} [packed]
example_ByteAndBytesHandles {
void void
} [packed]