summaryrefslogtreecommitdiff
path: root/gp2x/pollux_dpc_set.h
blob: 53155d18b193f7fd1ea2abe2d2caa6417b660750 (plain)
1
2
3
4
5
6
7
8
9
10
#ifdef __cplusplus
extern "C"
{
#endif

int pollux_dpc_set(volatile unsigned short *memregs, const char *str);

#ifdef __cplusplus
}
#endif