summaryrefslogtreecommitdiff
path: root/include/common/appmgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/common/appmgr.h')
-rw-r--r--include/common/appmgr.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/common/appmgr.h b/include/common/appmgr.h
index 942cccf..da3a63a 100644
--- a/include/common/appmgr.h
+++ b/include/common/appmgr.h
@@ -14,6 +14,8 @@ extern "C" {
#define SCE_APPMGR_SAVEDATA_SLOT_DETAIL_MAXSIZE 512
#define SCE_APPMGR_SAVEDATA_SLOT_ICON_PATH_MAXSIZE 64
+#define SCE_APPMGR_NP_DRM_ADDCONT_ID_SIZE 17
+
typedef SceUInt32 SceAppMgrSaveDataSlotStatus;
typedef SceUInt32 SceAppMgrSaveDataDataSaveMode;
@@ -43,6 +45,17 @@ typedef struct SceAppMgrSaveDataDataSaveItem {
SceChar8 reserved[36];
} SceAppMgrSaveDataDataSaveItem;
+typedef struct SceAppMgrDrmAddcontId {
+ SceChar8 data[SCE_APPMGR_NP_DRM_ADDCONT_ID_SIZE];
+ SceChar8 padding[3];
+} SceAppMgrDrmAddcontId;
+
+typedef struct SceAppMgrDrmAddcontParam {
+ SceSize size;
+ SceAppMgrDrmAddcontId dirName;
+ SceAppMgrMountPoint mountPoint;
+} SceAppMgrDrmAddcontParam;
+
#if defined(_LANGUAGE_C_PLUS_PLUS)||defined(__cplusplus)||defined(c_plusplus)
}
#endif