fix FS#8187 - charging breaks sleep timer. Now if the timer goes off and the player...
[Rockbox.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