Skip to content

Commit

Permalink
Code specification
Browse files Browse the repository at this point in the history
  • Loading branch information
xinli committed Feb 3, 2018
1 parent 697f34c commit 2bc6e0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RingBuffer/RingBuffer/RingBuffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ typedef struct
/* Function declarations -----------------------------------------------------*/
RingBuffer *RingBuffer_Malloc(uint32_t size);
void RingBuffer_Free(RingBuffer *fifo);

uint32_t RingBuffer_In(RingBuffer *fifo, void *in, uint32_t len);
uint32_t RingBuffer_Out(RingBuffer *fifo, void *out, uint32_t len);

Expand Down

0 comments on commit 2bc6e0e

Please sign in to comment.