X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=gp2x%2Fpollux_set.h;fp=gp2x%2Fpollux_set.h;h=64bb22025b942ad992e0c51a4a2bcd7f79f5469d;hb=fa8d133192876a802fbac43c0a0bfe4f5f85b682;hp=0000000000000000000000000000000000000000;hpb=fa5e045bdc817112c1abf19e65e2d3481d51c48a;p=libpicofe.git diff --git a/gp2x/pollux_set.h b/gp2x/pollux_set.h new file mode 100644 index 0000000..64bb220 --- /dev/null +++ b/gp2x/pollux_set.h @@ -0,0 +1,10 @@ +#ifdef __cplusplus +extern "C" +{ +#endif + +int pollux_set(volatile unsigned short *memregs, const char *str); + +#ifdef __cplusplus +} +#endif