summary refs log tree commit diff stats
path: root/rust/hw/core/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/hw/core/src/lib.rs')
-rw-r--r--rust/hw/core/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/hw/core/src/lib.rs b/rust/hw/core/src/lib.rs
index c5588d9bc2..b40801eb84 100644
--- a/rust/hw/core/src/lib.rs
+++ b/rust/hw/core/src/lib.rs
@@ -1,5 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-or-later
 
+pub use qemu_macros::Device;
 pub use qom;
 
 pub mod bindings;