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