X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/c50398ab4cb09658b3b3fff74804d2f26df785e7..87067c7f16425837971f5c1b5fd0fc5338757377:/lunaix-os/includes/lunaix/ds/fifo.h diff --git a/lunaix-os/includes/lunaix/ds/fifo.h b/lunaix-os/includes/lunaix/ds/fifo.h index b6c0dec..ecdbe5e 100644 --- a/lunaix-os/includes/lunaix/ds/fifo.h +++ b/lunaix-os/includes/lunaix/ds/fifo.h @@ -21,10 +21,10 @@ int fifo_backone(struct fifo_buf* fbuf); size_t -fifo_putone(struct fifo_buf* fbuf, uint8_t data); +fifo_putone(struct fifo_buf* fbuf, u8_t data); size_t -fifo_readone_async(struct fifo_buf* fbuf, uint8_t* data); +fifo_readone_async(struct fifo_buf* fbuf, u8_t* data); void fifo_set_rdptr(struct fifo_buf* fbuf, size_t rdptr);