| // 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_ |