Updated Ringbuffer Channels (markdown)

Sven Schnelle
2015-11-07 20:41:35 +01:00
parent 03027067f9
commit c7cb54387a

@@ -7,4 +7,12 @@
* BUF_T2H
* SHAREDMALLOC
- Firmware requests memory allocation that can be shared with the Hosts via this channel
* IO_T2H
* IO_T2H
Data structures
struct bcwc_ringbuf_entry {
u32 address_flags;
u32 request_size;
u32 response_size;
u32 __unused[13];
} __attribute__((packed));