mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-09 04:39:34 +00:00
hv/mod_timer: separate delay functions from the timer module
Modules that use udelay() should include "delay.h" explicitly. Tracked-On: #5920 Signed-off-by: Rong Liu <rong2.liu@intel.com> Reviewed-by: Jason Chen CJ <jason.cj.chen@intel.com>
This commit is contained in:
@@ -819,6 +819,7 @@ INPUT = custom-doxygen/mainpage.md \
|
||||
../hypervisor/include/common/hypercall.h \
|
||||
../hypervisor/include/common/irq.h \
|
||||
../hypervisor/include/common/ticks.h \
|
||||
../hypervisor/include/common/delay.h \
|
||||
../hypervisor/include/common/ptdev.h \
|
||||
../hypervisor/include/public/acrn_common.h \
|
||||
../hypervisor/include/public/acrn_hv_defs.h \
|
||||
|
Reference in New Issue
Block a user