commit | 3315f8fecfbba8bf3f15be3874ffdaee486d2601 | [log] [tgz] |
---|---|---|
author | Christopher Friedt <chrisfriedt@gmail.com> | Wed May 06 18:43:58 2020 -0400 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu May 07 19:39:53 2020 +0200 |
tree | 0ba399c5656ba9c76761ae938e018368679a628e | |
parent | aa60a51a66f14cf519a56e8315ca0507a997a2a6 [diff] |
kernel: pipe: read_avail / write_avail syscalls These helper functions may clarify how much data is available to read from or write to the circular buffer of a k_pipe. Fixes #25036 Signed-off-by: Christopher Friedt <chrisfriedt@gmail.com>