X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=gp2x%2Fpollux_set.h;h=42aa9ba9c32f012ac2d89e922b8b56adaf9e188d;hb=HEAD;hp=64bb22025b942ad992e0c51a4a2bcd7f79f5469d;hpb=fa8d133192876a802fbac43c0a0bfe4f5f85b682;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 }