repo.or.cz
/
Rockbox.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
TTS configuration: default to the first profile found.
[Rockbox.git]
/
bootloader
/
SOURCES
blob
94196d387a42c187be7a3ba0181d627f513b72b1
1
common.c
2
3
#if defined(IPOD_ARCH)
4
ipod.c
5
#elif defined(GIGABEAT_F)
6
gigabeat.c
7
#elif defined(IRIVER_H10) || defined(IRIVER_H10_5GB) || defined(SANSA_E200)
8
main-pp.c
9
#elif defined(ELIO_TPJ1022)
10
tpj1022.c
11
#elif defined(IAUDIO_X5) || defined(IAUDIO_M5)
12
iaudio_x5.c
13
#elif defined(IRIVER_H300_SERIES)
14
iriver_h300.c
15
#else
16
main.c
17
#endif