diff options
author | Sergi Granell | 2017-01-11 14:17:54 +0100 |
---|---|---|
committer | Sergi Granell | 2017-01-11 14:17:54 +0100 |
commit | fc91f3d71b85a9aa014284b62b98805e91cc2470 (patch) | |
tree | 3fa30391e3aa1d294c88763271cdc3a6990d6630 /nids/360 | |
parent | Update udcd.h (diff) | |
download | vds-libraries-fc91f3d71b85a9aa014284b62b98805e91cc2470.tar.gz |
Add SceMtpIfDriver::SceMtpIf NIDs
Diffstat (limited to 'nids/360')
-rw-r--r-- | nids/360/SceMtpIfDriver.yml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/nids/360/SceMtpIfDriver.yml b/nids/360/SceMtpIfDriver.yml new file mode 100644 index 0000000..f787c2c --- /dev/null +++ b/nids/360/SceMtpIfDriver.yml @@ -0,0 +1,22 @@ +modules: + SceMtpIfDriver: + nid: 0xEA885947 + libraries: + SceMtpIf: + nid: 0x5EFA4138 + functions: + sceMtpIfCancelTransfer: 0x80D1CA60 + sceMtpIfChangePhase: 0x695B0DE4 + sceMtpIfGetPort: 0x352F61B9 + sceMtpIfIsConnected: 0xA9C97661 + sceMtpIfRecvCommand: 0x468B6E3E + sceMtpIfRecvDataWithParam: 0x6EDB6FB4 + sceMtpIfReset: 0x315FDE8E + sceMtpIfSendDataWithParam: 0x87CC6686 + sceMtpIfSendEvent: 0xE3C33379 + sceMtpIfSendResponse: 0xDD08CA01 + sceMtpIfStartDriver: 0xC5327CAC + sceMtpIfStartPort: 0x1624280E + sceMtpIfStopDriver: 0xC0CFA3BC + sceMtpIfStopPort: 0xD3C974D9 + sceMtpIfWaitConnect: 0x1E0156BE |