homebrewfilter/installer/source/getios.h

8 lines
145 B
C
Raw Normal View History

2012-03-14 17:56:36 +01:00
#ifndef _GETIOS_H_
#define _GETIOS_H_
bool listIOS();
bool getIOS(int ios);
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