| // 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.constants banjo file |
| |
| #pragma once |
| |
| |
| #include <zircon/compiler.h> |
| #include <zircon/types.h> |
| |
| __BEGIN_CDECLS |
| |
| // Forward declarations |
| #define SOME_VALUE UINT32_C(12345) |
| #define banjo_examples_constants_NAMESPACED_VALUE UINT8_C(32) |
| #define FANCY_PANTS INT16_C(0xFF) |
| #define DO_IT false |
| #define ANOTHER_VALUE INT8_C(32) |
| |
| // Declarations |
| |
| |
| // Helpers |
| |
| |
| __END_CDECLS |