acrn-hypervisor/hypervisor/include/common
Binbin Wu 71a80d2d60 hv: assign: change ptirq vpin source type from enum to macro
This patch fixes the MISRA-C violations on implicit type conversion.
For ptirq vpin source type, there is no need to define a enum.
Remove enum ptirq_vpin_source.
Define two macro:
- PTDEV_VPIN_IOAPIC
- PTDEV_VPIN_PIC

Tracked-On: #861
Signed-off-by: Binbin Wu <binbin.wu@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-12-20 13:43:47 +08:00
..
hypercall.h hv: hypercall: clean up HV_DEBUG usage 2018-11-20 10:01:50 +08:00
irq.h doc: replace return with retval 2018-11-30 14:55:17 +08:00
ptdev.h hv: assign: change ptirq vpin source type from enum to macro 2018-12-20 13:43:47 +08:00
schedule.h hv: use int32_t replace int 2018-12-12 13:08:10 +08:00
softirq.h hv: remove unused MACROs 2018-09-18 09:43:43 +08:00