Skip to content

Commit e0d1aa1

Browse files
committed
IRQ callback mechanism was removed, so don't document it.
Signed-off-by: Alastair D'Silva <alastair@d-silva.org>
1 parent 3dfa896 commit e0d1aa1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/irq.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ void irq_dealloc(ocxl_afu *afu, ocxl_irq *irq)
6969
* @defgroup ocxl_irq OpenCAPI IRQ Functions
7070
*
7171
* 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().
72+
* handled by requesting an array of triggered IRQ handles (via ocxl_afu_check).
7473
*
7574
* Each IRQ has an opaque pointer attached, which is communicated to the caller via the event struct
7675
* passed back from ocxl_afu_event_check(). This pointer can be used by the caller to

0 commit comments

Comments
 (0)