xref: /qemu/rust/hw/timer/hpet/src/lib.rs (revision 734a1e9eeed2c791c8906d0ee08ad5c9b1f41fa0)
10534248aSZhao Liu // Copyright (C) 2024 Intel Corporation.
286c54a3aSZhao 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 
10*734a1e9eSPaolo Bonzini pub mod device;
110534248aSZhao Liu pub mod fw_cfg;
126e90a8f8SZhao Liu 
13f117857bSPaolo Bonzini pub const TYPE_HPET: &::std::ffi::CStr = c"hpet";
14