Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Link: https://lore.kernel.org/r/20250827104147.717203-15-marcandre.lureau@redhat.com Reviewed-by: Zhao Liu <zhao1.liu@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
6 lines
96 B
Rust
6 lines
96 B
Rust
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
pub mod bindings;
|
|
|
|
mod memory;
|
|
pub use memory::*;
|