xref: /qemu/rust/hw/timer/hpet/src/lib.rs (revision 0534248a6b515cb4dea29a6fd6c256dc77f2a953)
1*0534248aSZhao Liu // Copyright (C) 2024 Intel Corporation.
2*0534248aSZhao Liu // Author(s): Zhao Liu <zhai1.liu@intel.com>
3*0534248aSZhao Liu // SPDX-License-Identifier: GPL-2.0-or-later
4*0534248aSZhao Liu 
5*0534248aSZhao Liu //! # HPET QEMU Device Model
6*0534248aSZhao Liu //!
7*0534248aSZhao Liu //! This library implements a device model for the IA-PC HPET (High
8*0534248aSZhao Liu //! Precision Event Timers) device in QEMU.
9*0534248aSZhao Liu 
10*0534248aSZhao Liu pub mod fw_cfg;
11