diff options
author | TheOfficialFloW | 2018-01-15 14:20:09 +0100 |
---|---|---|
committer | GitHub | 2018-01-15 14:20:09 +0100 |
commit | 27df31115147cbc666f578368579845c30d4e88f (patch) | |
tree | 4c5dc8c2230bc985e30d980089a9b6dd67a9507c /include/kernel/udcd.h | |
parent | Merge pull request #285 from xerpi/udcd_improvements (diff) | |
download | vds-libraries-27df31115147cbc666f578368579845c30d4e88f.tar.gz |
Added missing SceUdcdWaitParam
Diffstat (limited to 'include/kernel/udcd.h')
-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 * |