From 6d2fa862858dafdea29fc2e4a3dc39c3dbb17f2e Mon Sep 17 00:00:00 2001 From: Lasse Flygenring-Harrsen Date: Thu, 9 Jul 2020 00:42:03 +0200 Subject: Import Upstream version 0.7.1 --- input/fifo.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 input/fifo.h (limited to 'input/fifo.h') diff --git a/input/fifo.h b/input/fifo.h new file mode 100644 index 0000000..52b6ba6 --- /dev/null +++ b/input/fifo.h @@ -0,0 +1,5 @@ +// header files for fifo, part of cava + +#pragma once + +void *input_fifo(void *data); -- cgit v1.2.3