Skip to content
Snippets Groups Projects
Commit b7b65090 authored by Simon Glass's avatar Simon Glass
Browse files

Add a circular memory buffer implementation


This will be used to support console recording. It provides for a circular
buffer which can be written at the head and read from the tail. It supports
avoiding data copying by providing raw access to the data.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 7d94c497
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment