Skip to main content

vm_aspace_bindings/
vm_aspace_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/vm:_kernel_bindgen_crate.vm-aspace-bindings.bindgen.
6
7#![expect(non_camel_case_types)]
8#![expect(non_upper_case_globals)]
9#![no_std]
10
11pub type uint = ::core::ffi::c_uint;
12pub const VmAspace_VMM_FLAG_VALLOC_SPECIFIC: uint = 1;
13pub const VmAspace_VMM_FLAG_COMMIT: uint = 2;