summaryrefslogtreecommitdiff
path: root/include/user/pss.h
diff options
context:
space:
mode:
authorBluzume2018-10-24 10:41:01 +1300
committerRémy F2018-10-23 23:41:01 +0200
commitb19fe2fb38a3812d24c7319f0e0a91976a904eb0 (patch)
treeed06e0120a1fdc849a902c2125a852b2afde9ace /include/user/pss.h
parentFix SceLibMonoBridge nids (#355) (diff)
downloadvds-libraries-b19fe2fb38a3812d24c7319f0e0a91976a904eb0.tar.gz
Update pss.h (#356)
Update pss.h
Diffstat (limited to 'include/user/pss.h')
-rw-r--r--include/user/pss.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/user/pss.h b/include/user/pss.h
index 586f644..d40bc5c 100644
--- a/include/user/pss.h
+++ b/include/user/pss.h
@@ -6,7 +6,16 @@
#ifdef __cplusplus
extern "C" {
#endif
+
+typedef struct ScePssCryptoHandle {
+ uint32_t unk0;
+ uint32_t unk1;
+ SceSize size;
+ uint32_t unk3;
+} ScePssCryptoHandle;
+int pss_crypto_open_p(ScePssCryptoHandle *handle, char *path);
+char *pss_crypto_read_p(ScePssCryptoHandle *handle, int *mode);
void *pss_code_mem_alloc(SceSize *);
void pss_code_mem_flush_icache(const void *, SceSize);
void pss_code_mem_lock(void);