mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-04 22:47:44 -04:00

git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@705 be3aeb3a-fb24-0410-a615-afba39da0efa
10 lines
136 B
C
10 lines
136 B
C
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
|
|
int pollux_set(volatile unsigned short *memregs, const char *str);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|