Skip to main content

object_constants_rs/
object_constants_bindings.rs

1// Copyright 2026 The Fuchsia Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5// This file is automatically generated by //zircon/kernel/lib/object-constants:object-constants-bindings.bindgen.
6
7#![expect(non_upper_case_globals)]
8#![no_std]
9
10pub const kCounterDispatcherStateSize: usize = 64;
11pub const kCounterDispatcherStateAlign: usize = 8;
12pub const kCounterDispatcherStateOffset: usize = 48;
13pub const kLogDispatcherStateSize: usize = 112;
14pub const kLogDispatcherStateAlign: usize = 8;
15pub const kLogDispatcherStateOffset: usize = 48;
16pub const kDlogReaderStorageSize: usize = 48;
17pub const kDlogReaderStorageAlign: usize = 8;
18pub const kProfileDispatcherStateSize: usize = 96;
19pub const kProfileDispatcherStateAlign: usize = 8;
20pub const kProfileDispatcherStateOffset: usize = 48;
21pub const kSamplerDispatcherStateSize: usize = 64;
22pub const kSamplerDispatcherStateAlign: usize = 8;
23pub const kSamplerDispatcherStateOffset: usize = 48;
24pub const kSuspendTokenDispatcherStateSize: usize = 64;
25pub const kSuspendTokenDispatcherStateAlign: usize = 8;
26pub const kSuspendTokenDispatcherStateOffset: usize = 48;
27pub const kSchedulerStateBaseProfileSize: usize = 32;
28pub const kSchedulerStateBaseProfileAlign: usize = 8;