diff options
| author | Sergi Granell | 2017-04-02 17:19:14 +0200 |
|---|---|---|
| committer | Sergi Granell | 2017-04-02 17:19:14 +0200 |
| commit | 9701c20ecbf719edd0212232f0db11ca7e291c8f (patch) | |
| tree | 0843ba9d800aa4c9407711fd35b405796d95cbf8 /include/kernel/usbd.h | |
| parent | Add ksceUsbdCloseEndpoint (diff) | |
| download | vds-libraries-9701c20ecbf719edd0212232f0db11ca7e291c8f.tar.gz | |
Add ksceUsbdInterruptTransfer NID
Diffstat (limited to '')
| -rw-r--r-- | include/kernel/usbd.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/kernel/usbd.h b/include/kernel/usbd.h index b843ebf..61c9e80 100644 --- a/include/kernel/usbd.h +++ b/include/kernel/usbd.h @@ -87,6 +87,12 @@ int sceUsbdControlTransfer(int endpoint_id, int (*cb)(int, int, int), void *user_data); +int sceUsbdInterruptTransfer(int endpoint_id, + unsigned char *buffer, + unsigned int length, + int (*cb)(int, int, int), + void *user_data); + #ifdef __cplusplus } #endif |
