notaz.gp2x.de
/
pcsx_rearmed.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
misc: Use GCC builtins for byte-swap operations
[pcsx_rearmed.git]
/
frontend
/
plat_omap.h
1
#ifndef __PLAT_OMAP_H__
2
#define __PLAT_OMAP_H__
3
4
void plat_omap_init(void);
5
void plat_omap_finish(void);
6
void plat_omap_gvideo_open(void);
7
8
#endif /* __PLAT_OMAP_H__ */