From e420168c822ecb9ccc991591cee52bcf56acffb2 Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Thu, 27 Sep 2018 15:14:00 +0900 Subject: [PATCH] doc: Update chopstx-api.texi. --- chopstx.c | 2 +- doc/chopstx-api.texi | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/chopstx.c b/chopstx.c index 802d9cc..051b3cb 100644 --- a/chopstx.c +++ b/chopstx.c @@ -1038,7 +1038,7 @@ chopstx_intr_wait (chopstx_intr_t *intr) * chopstx_intr_done - Finish an IRQ handling * @intr: Pointer to INTR structure * - * Finish for the interrupt @intr occured. + * Finish for the interrupt @intr occurred. * */ void diff --git a/doc/chopstx-api.texi b/doc/chopstx-api.texi index c789c62..20c36f5 100644 --- a/doc/chopstx-api.texi +++ b/doc/chopstx-api.texi @@ -107,6 +107,14 @@ Claim interrupt @var{intr} with @var{irq_num} Wait for the interrupt @var{intr} to be occured. @end deftypefun +@subheading chopstx_intr_done +@anchor{chopstx_intr_done} +@deftypefun {void} {chopstx_intr_done} (chopstx_intr_t * @var{intr}) +@var{intr}: Pointer to INTR structure + +Finish for the interrupt @var{intr} occurred. +@end deftypefun + @subheading chopstx_cleanup_push @anchor{chopstx_cleanup_push} @deftypefun {void} {chopstx_cleanup_push} (struct chx_cleanup * @var{clp})