History log of /rk3399_rockchip-uboot/include/membuff.h (Results 1 – 1 of 1)
Revision Date Author Comments
# b7b65090 09-Nov-2015 Simon Glass <sjg@chromium.org>

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
avo

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>

show more ...