New API: chopstx_intr_done.

This commit is contained in:
NIIBE Yutaka
2018-09-26 10:18:23 +09:00
parent 7ad7527e81
commit d4f4f80ad9
5 changed files with 49 additions and 7 deletions

View File

@@ -155,7 +155,8 @@ typedef struct chx_intr chopstx_intr_t;
void chopstx_claim_irq (chopstx_intr_t *intr, uint8_t irq_num);
void chopstx_intr_wait (chopstx_intr_t *intr); /* DEPRECATED */
void chopstx_intr_wait (chopstx_intr_t *intr);
void chopstx_intr_done (chopstx_intr_t *intr);
int chopstx_poll (uint32_t *usec_p, int n,