summaryrefslogtreecommitdiffstats
path: root/byteswap.h
blob: 6840412ccda72cff9e34adafbd1799a762fabdbd (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 (*byteswap_func_t) (void *dst, size_t dstr, const void *src, size_t sstr, size_t bytes);

byteswap_func_t get_byteswap_func(sa_pcm_format_t f);

#endif