ARM DSP: fore some reason I neglected dsp_downsample completely. Do a small reordering.
[kugel-rb.git] / apps / plugins / rockboy / loader.h
blob5ade6e7d8a5b985d0655389095ae206341205a10
3 #ifndef __LOADER_H__
4 #define __LOADER_H__
6 void loader_init(const char *s);
7 void cleanup(void);
9 #endif