notaz.gp2x.de
/
picodrive.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
distinguish VR SVP from 32X version
[picodrive.git]
/
platform
/
gp2x
/
pollux_set.h
Commit
Line
Data
ee2a3bdf
1
#ifdef __cplusplus
2
extern "C"
3
{
4
#endif
5
6
int pollux_set(volatile unsigned short *memregs, const char *str);
7
8
#ifdef __cplusplus
9
}
10
#endif