blob: 5500593152bd6ef7bd406cb1eb07efc17668c7ea [file]
// 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. DO NOT EDIT.
// Generated from the banjo.examples.tables banjo file
#pragma once
#include <zircon/compiler.h>
#include <zircon/types.h>
__BEGIN_CDECLS
// Forward declarations
typedef struct c c_t;
typedef struct d d_t;
typedef struct f f_t;
typedef struct b b_t;
typedef struct a a_t;
// Declarations
struct c {
zx_handle_t baz;
};
struct d {
c_t qux;
};
struct f {
// Skipping type Identifier { identifier: CompoundIdentifier("banjo.examples.tables/E"), nullable: false }, see http:://fxbug.dev/82088
};
struct b {
a_t bar;
};
struct a {
b_t foo;
};
// Helpers
__END_CDECLS