mirror of
https://github.com/fail0verflow/mini.git
synced 2024-11-05 19:25:12 +01:00
7 lines
96 B
C
7 lines
96 B
C
#ifndef __POWERPC_H__
|
|
#define __POWERPC_H__ 1
|
|
|
|
int powerpc_load_file(const char *path);
|
|
|
|
#endif
|