blob: 046b72a98941b0e7b78bdbcf82468e5b3c5131ba [file] [log] [blame]
// Copyright 2025 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//! Bindings for the core of the fuchsia driver framework C API
#![deny(unsafe_op_in_unsafe_fn, missing_docs)]
pub mod callback_state;
mod dispatcher;
pub use dispatcher::*;