mirror of
https://github.com/fail0verflow/mini.git
synced 2024-11-06 03:35:13 +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
|