blob: 92dfc7dcbfe35bd7a550cebdad5bf4ada0c1ed59 [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.preservenames banjo file
#pragma once
#include <zircon/compiler.h>
#include <zircon/types.h>
__BEGIN_CDECLS
// Forward declarations
typedef struct some_data some_data_t;
// Declarations
struct some_data {
uint32_t HELLO_WORLD;
uint32_t kSomeValue;
const char* one_more_field;
};
// Helpers
__END_CDECLS