10534248aSZhao Liu // Copyright (C) 2024 Intel Corporation. 20534248aSZhao Liu // Author(s): Zhao Liu <zhai1.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; 11*269a8f15SZhao Liu pub mod hpet; 12