summaryrefslogtreecommitdiff
path: root/include/user/usbd.h
diff options
context:
space:
mode:
authorSunguk Lee2017-10-09 03:44:44 +0900
committerGitHub2017-10-09 03:44:44 +0900
commit4d2d1798f6a34cd39005f7c618f2c98ff8d85d5a (patch)
treee94dce054ed67645818961568940c625b50a4f08 /include/user/usbd.h
parentMerge pull request #230 from d3m3vilurr/rename-sceCompatGetDevInf-2 (diff)
parentHexa -> uppercase (diff)
downloadvds-libraries-4d2d1798f6a34cd39005f7c618f2c98ff8d85d5a.tar.gz
Merge pull request #227 from Rinnegatamante/kern_anon
Named anonymous enums in psp2kern
Diffstat (limited to 'include/user/usbd.h')
-rw-r--r--include/user/usbd.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/user/usbd.h b/include/user/usbd.h
index bc3e746..f30dad4 100644
--- a/include/user/usbd.h
+++ b/include/user/usbd.h
@@ -17,10 +17,10 @@ typedef enum SceUsbdErrorCode {
SCE_USBD_ERROR_TIMEOUT = 0x80240007,
SCE_USBD_ERROR_OVERFLOW = 0x80240008,
SCE_USBD_ERROR_PIPE = 0x80240009,
- SCE_USBD_ERROR_INTERRUPTED = 0x8024000a,
- SCE_USBD_ERROR_NO_MEM = 0x8024000b,
- SCE_USBD_ERROR_NOT_SUPPORTED = 0x8024000c,
- SCE_USBD_ERROR_FATAL = 0x802400ff
+ SCE_USBD_ERROR_INTERRUPTED = 0x8024000A,
+ SCE_USBD_ERROR_NO_MEM = 0x8024000B,
+ SCE_USBD_ERROR_NOT_SUPPORTED = 0x8024000C,
+ SCE_USBD_ERROR_FATAL = 0x802400FF
} SceUsbdErrorCode;
typedef struct SceUsbdDeviceInfo {