blob: 7e55ddce81ad27bffe7a2f68e5aae890b39af8eb [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 LIB_FIDL_CPP_TEST_FIDL_TYPES_H_
#define LIB_FIDL_CPP_TEST_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 // LIB_FIDL_CPP_TEST_FIDL_TYPES_H_