OSDN Git Service

Renamed the first sample project.
[kozos-expbrd/kozos_expbrd.git] / firm / sample / simple_mp3_player / bootload / elf.h
1 #ifndef _ELF_H_INCLUDED_
2 #define _ELF_H_INCLUDED_
3
4 char *elf_load(char *buf);
5
6 #endif