We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dfa896 commit e0d1aa1Copy full SHA for e0d1aa1
1 file changed
src/irq.c
@@ -69,8 +69,7 @@ void irq_dealloc(ocxl_afu *afu, ocxl_irq *irq)
69
* @defgroup ocxl_irq OpenCAPI IRQ Functions
70
*
71
* These functions allow the allocation and handling of AFU IRQs. IRQs can be
72
- * handled either via requesting an array of triggered IRQ handles (via ocxl_afu_check),
73
- * or by issuing callbacks via ocxl_afu_handle_callbacks().
+ * handled by requesting an array of triggered IRQ handles (via ocxl_afu_check).
74
75
* Each IRQ has an opaque pointer attached, which is communicated to the caller via the event struct
76
* passed back from ocxl_afu_event_check(). This pointer can be used by the caller to
0 commit comments