mini/powerpc_elf.h
2008-12-28 14:35:37 +01:00

7 lines
96 B
C

#ifndef __POWERPC_H__
#define __POWERPC_H__ 1
int powerpc_load_file(const char *path);
#endif