summaryrefslogtreecommitdiff
path: root/src/pollux_set.h
blob: 64bb22025b942ad992e0c51a4a2bcd7f79f5469d (plain)
1
2
3
4
5
6
7
8
9
10
#ifdef __cplusplus
extern "C"
{
#endif

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

#ifdef __cplusplus
}
#endif