Skip to main content

vm_constants_rs/
vm_constants.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/vm:vm-constants.bindgen.
6
7#![expect(non_upper_case_globals)]
8#![no_std]
9
10pub const kVmObjectPhysicalStateSize: usize = 72;
11pub const kVmObjectPhysicalStateAlign: usize = 8;
12pub const kVmObjectPhysicalStateOffset: usize = 136;