summaryrefslogtreecommitdiff
path: root/include/user/sblacmgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/user/sblacmgr.h')
-rw-r--r--include/user/sblacmgr.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/include/user/sblacmgr.h b/include/user/sblacmgr.h
new file mode 100644
index 0000000..17a14f5
--- /dev/null
+++ b/include/user/sblacmgr.h
@@ -0,0 +1,16 @@
+#ifndef _PSP2_SBLACMGR_H_
+#define _PSP2_SBLACMGR_H_
+
+#include <psp2/types.h>
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+int _sceSblACMgrIsGameProgram(void);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* _PSP2_SBLACMGR_H_ */