summaryrefslogtreecommitdiffstats
path: root/src/zero.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/zero.h')
-rw-r--r--src/zero.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/zero.h b/src/zero.h
new file mode 100644
index 0000000..6f59bdb
--- /dev/null
+++ b/src/zero.h
@@ -0,0 +1,13 @@
+#ifndef foosydneyzerohfoo
+#define foosydneyzerohfoo
+
+#include <sys/types.h>
+#include <inttypes.h>
+
+#include "sydney.h"
+
+typedef void (*sa_zero_func_t) (void *dst, size_t dstr, size_t bytes);
+
+sa_zero_func_t sa_get_zero_func(sa_pcm_format_t f);
+
+#endif