mirror of
https://github.com/patjak/facetimehd.git
synced 2026-04-09 19:10:01 +02:00
Updated Ringbuffer Channels (markdown)
@@ -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));
|
||||
Reference in New Issue
Block a user