Bluetooth: Controller: util: Add generic double buffer implementation
There are multiple places where double buffer is used in controlers code. This commit adds generic implementation of the double buffer. It can be used in future in all places where the data structure is in use. Signed-off-by: Piotr Pryga <piotr.pryga@nordicsemi.no>
This commit is contained in:
parent
23dd369dd6
commit
f23fa86449
30 changed files with 219 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
#include "util/memq.h"
|
||||
#include "util/mfifo.h"
|
||||
#include "util/mayfly.h"
|
||||
#include "util/dbuf.h"
|
||||
|
||||
#include "ticker/ticker.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue