[PATCH 4/9] rust/bql: make bindings public
Paolo Bonzini <[email protected]>
| Newsgroups | org.nongnu.qemu-rust,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
For consistency with other crates. Signed-off-by: Paolo Bonzini <[email protected]> --- rust/bql/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/bql/src/lib.rs b/rust/bql/src/lib.rs index ef08221e9c1..2cdc551e21e 100644 --- a/rust/bql/src/lib.rs +++ b/rust/bql/src/lib.rs @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0-or-later -mod bindings; +pub mod bindings; use bindings::{bql_block_unlock, bql_locked, rust_bql_mock_lock}; mod cell; -- 2.51.1