summaryrefslogtreecommitdiff
path: root/include/kernel/usbd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/kernel/usbd.h')
-rw-r--r--include/kernel/usbd.h6
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