FIFO: Add a FIFO32 implementation
commit53374b16a28b204e7ee73639156f0b3a45cf01c0
authorJean-Christophe DUBOIS <jcd@tribudubois.net>
Thu, 12 May 2016 12:22:29 +0000 (12 13:22 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 12 May 2016 12:22:29 +0000 (12 13:22 +0100)
tree71ca9e547c3d28a5d37dadbd25397ccebe8b056a
parent1983057470e719d83ed4bc0fd48e480bfaf09d8a
FIFO: Add a FIFO32 implementation

This one is build on top of the existing FIFO8

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Jean-Christophe Dubois <jcd@tribudubois.net>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
include/qemu/fifo32.h [new file with mode: 0644]