mini/powerpc.h
dhewg ec03192492 Use PHDR's p_paddr for loading PPC ELFs.
Use the entry point, from now on this is a realmode vector.
2009-05-15 05:33:08 -07:00

10 lines
157 B
C

#ifndef __POWERPC_H__
#define __POWERPC_H__ 1
void ppc_boot_code();
void powerpc_upload_stub(u32 entry);
void powerpc_hang();
void powerpc_reset();
#endif