summaryrefslogtreecommitdiff
path: root/input/shmem.h
diff options
context:
space:
mode:
Diffstat (limited to 'input/shmem.h')
-rw-r--r--input/shmem.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/input/shmem.h b/input/shmem.h
new file mode 100644
index 0000000..d02da8d
--- /dev/null
+++ b/input/shmem.h
@@ -0,0 +1,5 @@
+// header file for shmem, part of cava.
+
+#pragma once
+
+void *input_shmem(void *data);