doc: Update chopstx-api.texi.

This commit is contained in:
NIIBE Yutaka
2018-09-27 15:14:00 +09:00
parent 7dc67d2210
commit e420168c82
2 changed files with 9 additions and 1 deletions

View File

@@ -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

View File

@@ -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})