homebrewfilter/installer/source/getios.h
2012-05-12 23:02:38 +02:00

8 lines
145 B
C

#ifndef _GETIOS_H_
#define _GETIOS_H_
bool listIOS();
bool getIOS(int ios);
s32 GetTMD(u64 TicketID, signed_blob **Output, u32 *Length);
#endif