OSDN Git Service

Added env script.
[kozos-expbrd/kozos_expbrd.git] / firm / 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