| // WARNING: This file is machine generated by fidlc. | |
| #include <lib/fidl/internal.h> | |
| extern const struct FidlCodedEnum dependent_MyEnumTable; | |
| extern const struct FidlCodedStruct example_FooTable; | |
| static const struct FidlStructField Fields11example_Foo[] = { | |
| /*FidlStructField*/{.type=(fidl_type_t*)(&dependent_MyEnumTable), .offset=0u, .padding=0u} | |
| }; | |
| const struct FidlCodedStruct example_FooTable = {.tag=kFidlTypeStruct, .fields=Fields11example_Foo, .field_count=1u, .size=4u, .name="example/Foo"}; | |