diff options
Diffstat (limited to '')
-rw-r--r-- | include/kernel/udcd.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/kernel/udcd.h b/include/kernel/udcd.h index 1551433..4490559 100644 --- a/include/kernel/udcd.h +++ b/include/kernel/udcd.h @@ -380,6 +380,15 @@ typedef struct SceUdcdDeviceInfo { unsigned char info[64]; } SceUdcdDeviceInfo; +typedef struct { + int unk_00; + int unk_04; + int unk_08; + int unk_0C; + int unk_10; + const char *driverName; +} SceUdcdWaitParam; + /** * Waits until an UDCD bus is initialized * |