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