mini/boot2.h
Sven Peter f1256c2b77 boot2 loading and titleid patching for miniios
seems to fail sometimes in dc_ functions :/
2009-05-15 05:28:24 -07:00

8 lines
107 B
C

#ifndef __BOOT2_H__
#define __BOOT2_H__
int boot2_run(u32 tid_hi, u32 tid_lo);
void boot2_init();
#endif