OSDN Git Service

Moved the junk codes to junk directory.
[kozos-expbrd/kozos_expbrd.git] / firm / junk / 08 / bootload / elf.h
1 #ifndef _ELF_H_INCLUDED_
2 #define _ELF_H_INCLUDED_
3
4 char *elf_load(char *buf);
5
6 #endif