1
0
mirror of https://github.com/stargieg/bacnet-stack synced 2025-10-26 23:35:52 +08:00
This commit is contained in:
Patrick Grimm
2016-10-30 16:16:03 +01:00
parent 1ea3bdb9cc
commit b9bb161ade
708 changed files with 158266 additions and 28567 deletions

View File

@@ -60,8 +60,10 @@ extern "C" {
bool Ringbuf_Put_Front(
RING_BUFFER * b, /* ring buffer structure */
uint8_t * data_element);
volatile uint8_t *Ringbuf_Alloc(
volatile uint8_t *Ringbuf_Data_Peek(
RING_BUFFER * b);
bool Ringbuf_Data_Put(
RING_BUFFER * b, volatile uint8_t *data_element);
/* Note: element_count must be a power of two */
void Ringbuf_Init(
RING_BUFFER * b, /* ring buffer structure */