uOFW
Reverse engineered PSP kernel 6.60.
Loading...
Searching...
No Matches
ms_cm_error.h
1/* Copyright (C) 2011 - 2016 The uOFW team
2 See the file COPYING for copying permission.
3*/
4
11#ifndef MS_CM_ERROR_H
12#define MS_CM_ERROR_H
13
14/* PSP CM specific error codes. */
15
16#define SCE_MSCM_ERROR_INVALID_PARAM 0x80220081
17#define SCE_MSCM_ERROR_NOMEM 0x80220082
18#define SCE_MSCM_ERROR_OUT_OF_SERVICE 0x80220083
19#define SCE_MSCM_ERROR_NOT_FOUND 0x80220084
20#define SCE_MSCM_ERROR_ALREADY 0x80220085
21#define SCE_MSCM_ERROR_BUSY 0x80220086
22#define SCE_MSCM_ERROR_TIMEOUT 0x80220087
23#define SCE_MSCM_ERROR_CRC 0x80220088
24#define SCE_MSCM_ERROR_TOE 0x80220089
25#define SCE_MSCM_ERROR_DMA 0x8022008A
26#define SCE_MSCM_ERROR_CMDNK 0x8022008B
27#define SCE_MSCM_ERROR_FLASH 0x8022008C
28
29#endif /* MS_CM_ERROR_H */
30