notaz.gp2x.de
/
libpicofe.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
pandora: add tv layer selection helper
[libpicofe.git]
/
plat_dummy.c
1
#include "plat.h"
2
3
struct plat_target plat_target;
4
5
int plat_target_init(void)
6
{
7
return 0;
8
}
9
10
void plat_target_finish(void)
11
{
12
}
13
14
void plat_target_setup_input(void)
15
{
16
}