aboutsummaryrefslogtreecommitdiff
path: root/rust/hw/timer/hpet/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/hw/timer/hpet/src/lib.rs')
-rw-r--r--rust/hw/timer/hpet/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/hw/timer/hpet/src/lib.rs b/rust/hw/timer/hpet/src/lib.rs
index 44e9f3f..d6ac0b2 100644
--- a/rust/hw/timer/hpet/src/lib.rs
+++ b/rust/hw/timer/hpet/src/lib.rs
@@ -8,3 +8,4 @@
//! Precision Event Timers) device in QEMU.
pub mod fw_cfg;
+pub mod hpet;