mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-05 19:00:16 +00:00
doc: hv: add comments to irq APIs for documentation
Tracked-On: #1595 Signed-off-by: Yan, Like <like.yan@intel.com>
This commit is contained in:
@@ -800,7 +800,11 @@ INPUT = custom-doxygen/mainpage.md \
|
||||
../hypervisor/include/public/acrn_hv_defs.h \
|
||||
../hypervisor/include/arch/x86/guest/vcpu.h \
|
||||
../hypervisor/arch/x86/trusty.c \
|
||||
../devicemodel/include/virtio.h
|
||||
../devicemodel/include/virtio.h \
|
||||
../hypervisor/include/arch/x86/ioapic.h \
|
||||
../hypervisor/include/arch/x86/irq.h \
|
||||
../hypervisor/include/arch/x86/lapic.h \
|
||||
../hypervisor/include/common/irq.h
|
||||
|
||||
# This tag can be used to specify the character encoding of the source files
|
||||
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|
||||
|
@@ -470,7 +470,7 @@ related operations.
|
||||
void free_irq(uint32_t irq)
|
||||
/* Free irq num and unregister the irq action. */
|
||||
|
||||
void set_irq_trigger_mode(uint32_t irq, bool is_level_trigger)
|
||||
void set_irq_trigger_mode(uint32_t irq, bool is_level_triggered)
|
||||
/* Set the irq trigger mode: edge-triggered or level-triggered */
|
||||
|
||||
uint32_t irq_to_vector(uint32_t irq)
|
||||
|
Reference in New Issue
Block a user