summaryrefslogtreecommitdiff
path: root/input/fifo.h
diff options
context:
space:
mode:
Diffstat (limited to 'input/fifo.h')
-rw-r--r--input/fifo.h5
1 files changed, 5 insertions, 0 deletions
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);