Skip to main content

scanner_bindings/
scanner_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.scanner-bindings.bindgen.
6
7#![no_std]
8
9unsafe extern "C" {
10    pub fn cpp_scanner_push_disable_count();
11}
12unsafe extern "C" {
13    pub fn cpp_scanner_pop_disable_count();
14}