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=42aa9ba9c32f012ac2d89e922b8b56adaf9e188d;hb=9a5a0dc9ff4086a295832709c609276512f54743;hp=64bb22025b942ad992e0c51a4a2bcd7f79f5469d;hpb=11166a22ce7ec97d1dc4a2ea00da52979eca5b38;p=libpicofe.git diff --git a/gp2x/pollux_set.h b/gp2x/pollux_set.h index 64bb220..42aa9ba 100644 --- a/gp2x/pollux_set.h +++ b/gp2x/pollux_set.h @@ -4,6 +4,8 @@ extern "C" #endif int pollux_set(volatile unsigned short *memregs, const char *str); +int pollux_set_fromenv(volatile unsigned short *memregs, + const char *env_var); #ifdef __cplusplus }