2
0
Fork 0
mirror of https://github.com/AsahiLinux/u-boot synced 2025-02-13 12:43:42 +00:00
Commit graph

1 commit

Author SHA1 Message Date
Simon Glass
b7b65090b2 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: Simon Glass <sjg@chromium.org>
2015-11-19 20:27:50 -07:00