blob: 77e05b5ab21bd0370627f4e9131e3aea2b10bd8e [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.
#ifndef TESTING_FIDL_FIDL_TYPES_H_
#define TESTING_FIDL_FIDL_TYPES_H_
#include <lib/fidl/coding.h>
#include <lib/fidl/internal.h>
#if defined(__cplusplus)
extern "C" {
#endif
extern const FidlCodedStruct unbounded_nonnullable_string_message_type;
extern const FidlCodedStruct zero_arg_message_type;
#if defined(__cplusplus)
}
#endif
#endif // TESTING_FIDL_FIDL_TYPES_H_