mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-01 15:15:09 +01:00
12 lines
191 B
C
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
|