xref: /qemu/rust/hw/timer/hpet/src/lib.rs (revision 86c54a3a418e462e67444ac4db25b2757fd62079)
10534248aSZhao Liu // Copyright (C) 2024 Intel Corporation.
2*86c54a3aSZhao Liu // Author(s): Zhao Liu <zhao1.liu@intel.com>
30534248aSZhao Liu // SPDX-License-Identifier: GPL-2.0-or-later
40534248aSZhao Liu 
50534248aSZhao Liu //! # HPET QEMU Device Model
60534248aSZhao Liu //!
70534248aSZhao Liu //! This library implements a device model for the IA-PC HPET (High
80534248aSZhao Liu //! Precision Event Timers) device in QEMU.
90534248aSZhao Liu 
100534248aSZhao Liu pub mod fw_cfg;
11269a8f15SZhao Liu pub mod hpet;
126e90a8f8SZhao Liu 
13f117857bSPaolo Bonzini pub const TYPE_HPET: &::std::ffi::CStr = c"hpet";
14