mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-07-26 07:17:31 +00:00
Move the declarations of arch-specific IRQ functions from their arch-specific headers into the common header file. Also rename these functions from xxx_arch() to arch_xxx() for better naming consistency across architectures. This change follows the style defined for multi-arch development. Tracked-On: #8845 Signed-off-by: Shiqing Gao <shiqing.gao@intel.com> Acked-by: Wang Yu1 <yu1.wang@intel.com>