gp2x: pollux: bring back ram timings

This commit is contained in:
notaz 2013-10-04 03:14:02 +03:00
parent 11166a22ce
commit 9a5a0dc9ff
3 changed files with 46 additions and 0 deletions

View file

@ -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
}