blob: 84bbd6238c57ddbaf1b5aeb037fa5a7bc812b82c [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.fidlhandle banjo file
#pragma once
#include <zircon/compiler.h>
#include <zircon/types.h>
__BEGIN_CDECLS
// Forward declarations
typedef struct some_struct some_struct_t;
// Declarations
struct some_struct {
zx_handle_t vmo;
};
// Helpers
__END_CDECLS