homebrewfilter/installer/source/title.h
Christopher Roy Bratusek c271b85907 added HBF-Installer to GIT
2011-10-15 17:31:29 +02:00

12 lines
191 B
C

#ifndef _TITLE_H_
#define _TITLE_H_
/* Constants */
#define BLOCK_SIZE 1024
/* Prototypes */
s32 Title_FakesignTik(signed_blob *);
s32 Title_GetTicketViews(u64, tikview **, u32 *);
#endif