Rev 3514 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3514 | Rev 3549 | ||
|---|---|---|---|
| Line 113... | Line 113... | ||
| 113 | 113 | ||
| 114 | /** offset within the SGCN buffer of the output buffer write pointer */ |
114 | /** offset within the SGCN buffer of the output buffer write pointer */ |
| 115 | uint32_t out_wrptr; |
115 | uint32_t out_wrptr; |
| 116 | } __attribute__ ((packed)) sgcn_buffer_header_t; |
116 | } __attribute__ ((packed)) sgcn_buffer_header_t; |
| 117 | 117 | ||
| 118 | void sgcn_init(void); |
118 | void sgcn_grab(void); |
| - | 119 | void sgcn_release(void); |
|
| 119 | void sgcn_poll(void); |
120 | void sgcn_poll(void); |
| - | 121 | void sgcn_init(void); |
|
| 120 | 122 | ||
| 121 | #endif |
123 | #endif |
| 122 | 124 | ||
| 123 | /** @} |
125 | /** @} |
| 124 | */ |
- | |
| 125 | 126 | */ |
|
| - | 127 | ||