physical_page_borrowing_config_bindings/physical_page_borrowing_config_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.physical-page-borrowing-config-bindings.bindgen.
6
7#![no_std]
8
9unsafe extern "C" {
10 pub fn cpp_set_loaning_enabled(enabled: bool) -> bool;
11}