mini/powerpc_elf.h

8 lines
151 B
C
Raw Normal View History

#ifndef __POWERPC_ELF_H__
#define __POWERPC_ELF_H__ 1
2008-12-28 14:35:37 +01:00
int powerpc_boot_file(const char *path);
int powerpc_boot_mem(const u8 *addr, u32 len);
2008-12-28 14:35:37 +01:00
#endif