summaryrefslogtreecommitdiff
path: root/include/kernel/udcd.h
diff options
context:
space:
mode:
authorTheOfficialFloW2018-01-15 14:20:09 +0100
committerGitHub2018-01-15 14:20:09 +0100
commit27df31115147cbc666f578368579845c30d4e88f (patch)
tree4c5dc8c2230bc985e30d980089a9b6dd67a9507c /include/kernel/udcd.h
parentMerge pull request #285 from xerpi/udcd_improvements (diff)
downloadvds-libraries-27df31115147cbc666f578368579845c30d4e88f.tar.gz
Added missing SceUdcdWaitParam
Diffstat (limited to 'include/kernel/udcd.h')
-rw-r--r--include/kernel/udcd.h9
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
*