picodrive/platform/gp2x/pollux_set.h
notaz ee2a3bdfa5 gp2x+wiz binary support, wiz code wip
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@705 be3aeb3a-fb24-0410-a615-afba39da0efa
2009-07-17 22:49:29 +00:00

10 lines
136 B
C

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