mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-04 15:14:27 +00:00
This patch mainly do the following: - Make pic_ioapic_pin_map static const by MISRA-C's requirement. - Make legacy_irq_to_pin and legacy_irq_trigger_mode static const as we will never change it. Tracked-On: #861 Signed-off-by: Kaige Fu <kaige.fu@intel.com>