Exposed some useful functions in FIFO library. Updated Ringbuffer library to my latest.

This commit is contained in:
skarg
2010-03-22 21:36:27 +00:00
parent d3207bf5e5
commit 35f0a52d51
4 changed files with 155 additions and 108 deletions
+6
View File
@@ -57,6 +57,12 @@ typedef struct fifo_buffer_t FIFO_BUFFER;
extern "C" {
#endif /* __cplusplus */
unsigned FIFO_Count(
FIFO_BUFFER const *b);
bool FIFO_Full(
FIFO_BUFFER const *b);
bool FIFO_Empty(
FIFO_BUFFER const *b);