#ifndef foosydneyhbyteswaphfoo #define foosydneyhbyteswaphfoo #include #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