OSDN Git Service

6ed5b28c39ef2f16f9035401252bcab2eecee2a4
[kozos-expbrd/kozos_expbrd.git] / firm / sample / simple_mp3_player / bootload / init.h
1 #ifndef INIT_H
2 #define INIT_H
3
4 int init_system(void);
5 int init_components(void);
6
7 #endif
8