OSDN Git Service

b7cb2bbff4974d2e150c9ed20ccb3172af481a23
[kozos-expbrd/kozos_expbrd.git] / firm / sample / simple_mp3_player / bootload / boot.h
1 #ifndef BOOT_H
2 #define BOOT_H
3
4 void boot_from_sdc(const char *filename);
5 void boot_from_ser(void);
6
7 #endif
8