input: in_gp2x refactoring
[libpicofe.git] / gp2x / pollux_set.h
... / ...
CommitLineData
1#ifdef __cplusplus
2extern "C"
3{
4#endif
5
6int pollux_set(volatile unsigned short *memregs, const char *str);
7
8#ifdef __cplusplus
9}
10#endif