#ifndef __EEELF_H__
#define __EEELF_H__

u32 loadElfFile(char *filename);

#endif