mirror of
https://github.com/fail0verflow/mini.git
synced 2024-11-06 03:35:13 +01:00
10 lines
172 B
C
10 lines
172 B
C
|
#ifndef __POWERPC_H__
|
||
|
#define __POWERPC_H__ 1
|
||
|
|
||
|
void ppc_boot_code();
|
||
|
void powerpc_upload_stub(const u32 *stub, u32 len);
|
||
|
void powerpc_hang();
|
||
|
void powerpc_reset();
|
||
|
|
||
|
#endif
|