2012-03-14 17:56:36 +01:00
|
|
|
#ifndef _GETIOS_H_
|
|
|
|
#define _GETIOS_H_
|
|
|
|
|
|
|
|
bool listIOS();
|
|
|
|
bool getIOS(int ios);
|
2012-05-12 23:02:38 +02:00
|
|
|
s32 GetTMD(u64 TicketID, signed_blob **Output, u32 *Length);
|
2012-03-14 17:56:36 +01:00
|
|
|
|
2011-10-15 17:31:29 +02:00
|
|
|
#endif
|