From c7cb54387a8b37e0e47ea5a068abbc02c82a6141 Mon Sep 17 00:00:00 2001 From: Sven Schnelle Date: Sat, 7 Nov 2015 20:41:35 +0100 Subject: [PATCH] Updated Ringbuffer Channels (markdown) --- Ringbuffer-Channels.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Ringbuffer-Channels.md b/Ringbuffer-Channels.md index 41db2ff..4e5a13e 100644 --- a/Ringbuffer-Channels.md +++ b/Ringbuffer-Channels.md @@ -7,4 +7,12 @@ * BUF_T2H * SHAREDMALLOC - Firmware requests memory allocation that can be shared with the Hosts via this channel -* IO_T2H \ No newline at end of file +* IO_T2H + +Data structures + struct bcwc_ringbuf_entry { + u32 address_flags; + u32 request_size; + u32 response_size; + u32 __unused[13]; + } __attribute__((packed)); \ No newline at end of file