summaryrefslogtreecommitdiffstats
path: root/src/zero.h
blob: 6f59bdb092bc212f5f48bf7cc2033b2cebcf5016 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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