summaryrefslogtreecommitdiff
path: root/include/kernel/sblauthmgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/kernel/sblauthmgr.h')
-rw-r--r--include/kernel/sblauthmgr.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/include/kernel/sblauthmgr.h b/include/kernel/sblauthmgr.h
new file mode 100644
index 0000000..0b5f64d
--- /dev/null
+++ b/include/kernel/sblauthmgr.h
@@ -0,0 +1,18 @@
+#ifndef _PSP2_KERNEL_SBLAUTHMGR_H_
+#define _PSP2_KERNEL_SBLAUTHMGR_H_
+
+#include <psp2kern/types.h>
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+int sceSblAuthMgrClearDmac5Key(int slot_id, int val);
+int sceSblAuthMgrSetDmac5Key(const void *key, size_t keylen, int slot_id, int key_id);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* _PSP2_KERNEL_SBLAUTHMGR_H_ */
+