summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYifan Lu2017-08-11 23:21:05 -0500
committerYifan Lu2017-08-11 23:21:05 -0500
commit801696924194a793a7972f31f40c01c9e64f63bc (patch)
tree01df70f0f75743b14b17312ac46ee449f6fc438f
parentAdded NID for ksceKernelTryLockMutex (diff)
downloadvds-libraries-801696924194a793a7972f31f40c01c9e64f63bc.tar.gz
Added headers for SceSblAIMgrForDriver
Diffstat (limited to '')
-rw-r--r--include/kernel/sblaimgr.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/include/kernel/sblaimgr.h b/include/kernel/sblaimgr.h
new file mode 100644
index 0000000..d809f51
--- /dev/null
+++ b/include/kernel/sblaimgr.h
@@ -0,0 +1,25 @@
+#ifndef _PSP2_KERNEL_SBLACMGR_H_
+#define _PSP2_KERNEL_SBLACMGR_H_
+
+#include <psp2kern/types.h>
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+int sceSblAimgrGetSMI(void);
+int sceSblAimgrIsTest(void);
+int sceSblAimgrIsTool(void);
+int sceSblAimgrIsDEX(void);
+int sceSblAimgrIsCEX(void);
+int sceSblAimgrIsVITA(void);
+int sceSblAimgrIsDolce(void);
+int sceSblAimgrIsGenuineVITA(void);
+int sceSblAimgrIsGenuineDolce(void);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* _PSP2_KERNEL_SBLAIMGR_H_ */
+