summaryrefslogtreecommitdiffstats
path: root/zero.h
blob: 2e76d9068dadf9eb9a7cf5da9e9cd766d5ef1f2e (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 (*zero_func_t) (void *dst, size_t dstr, size_t bytes);

zero_func_t get_zero_func(sa_pcm_format_t f);

#endif