summaryrefslogtreecommitdiffstats
path: root/byteswap.h
blob: 41166778b3d920de4a839eb65390f455a45395b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef foosydneyhbyteswaphfoo
#define foosydneyhbyteswaphfoo

#include <sys/types.h>

#include "sydney.h"

typedef void (*sa_byteswap_func_t) (void *dst, size_t dstr, const void *src, size_t sstr, size_t bytes);

sa_byteswap_func_t sa_get_byteswap_func(sa_pcm_format_t f);

#endif