OSDN Git Service

Added port configuration layer.
[kozos-expbrd/kozos_expbrd.git] / firm / sample1 / bootload / elf.h
1 #ifndef _ELF_H_INCLUDED_
2 #define _ELF_H_INCLUDED_
3
4 char *elf_load(char *buf);
5
6 #endif