jwasm/H/elf.h
2014-06-18 19:16:56 +04:00

10 lines
180 B
C

/* prototypes of functions defined in elf.c */
#ifndef _ELF_H_INCLUDED_
#define _ELF_H_INCLUDED_
void elf_init( struct module_info * );
#endif // _ELF_H_INCLUDED_