notaz.gp2x.de
/
picodrive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
proper timeout handling for input subsys
[picodrive.git]
/
platform
/
uiq3
/
emu.h
1
#ifdef __cplusplus
2
extern "C" {
3
#endif
4
5
void emu_Init(void);
6
void emu_Deinit(void);
7
8
#ifdef __cplusplus
9
} // extern "C"
10
#endif
11