blob: 46e6d07064b46ac374de30d40cff1a1c477f9203 [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.example8 banjo file
#pragma once
#include <zircon/compiler.h>
#include <zircon/types.h>
__BEGIN_CDECLS
// Forward declarations
typedef struct foo foo_t;
// Declarations
struct foo {
uint8_t u8_0;
uint64_t u64_0;
uint8_t u8_1;
};
// Helpers
__END_CDECLS