mini/powerpc.h

13 lines
199 B
C
Raw Normal View History

2008-12-28 14:35:37 +01:00
#ifndef __POWERPC_H__
#define __POWERPC_H__ 1
#include "ipc.h"
void powerpc_upload_stub(u32 entry);
2008-12-28 14:35:37 +01:00
void powerpc_hang();
void powerpc_reset();
void powerpc_ipc(volatile ipc_request *req);
2008-12-28 14:35:37 +01:00
#endif