summaryrefslogtreecommitdiff
path: root/include/user/udcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/user/udcd.h')
-rw-r--r--include/user/udcd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/user/udcd.h b/include/user/udcd.h
index fb740be..eec370f 100644
--- a/include/user/udcd.h
+++ b/include/user/udcd.h
@@ -33,16 +33,16 @@ typedef struct {
uint8_t info[64];
} SceUdcdDeviceInfo;
-typedef struct {
+typedef struct SceUdcdWaitParam {
int unk_00;
- int unk_04;
+ int status;
int unk_08;
int unk_0C;
int unk_10;
const char *driverName;
} SceUdcdWaitParam;
-typedef struct {
+typedef struct SceUdcdDeviceState {
int unk_00;
int state;
int cable;