libpicofe/gp2x/pollux_set.h
2013-10-04 03:21:40 +03:00

12 lines
216 B
C

#ifdef __cplusplus
extern "C"
{
#endif
int pollux_set(volatile unsigned short *memregs, const char *str);
int pollux_set_fromenv(volatile unsigned short *memregs,
const char *env_var);
#ifdef __cplusplus
}
#endif