summaryrefslogtreecommitdiff
path: root/include/user/usbserial.h
diff options
context:
space:
mode:
authorTim Keller2016-11-12 01:10:41 -0500
committerSunguk Lee2016-11-12 15:10:41 +0900
commit5957ecf8d3cd82917c5dda1567f7c69561db5df3 (patch)
treecf03c9cbb5660dbbfb999776ed0d4e6ec753b49c /include/user/usbserial.h
parentAdd DB defines and Header for SceUsbSerial (#81) (diff)
downloadvds-libraries-5957ecf8d3cd82917c5dda1567f7c69561db5df3.tar.gz
Fix usbserial function names (#84)
* Changed functions to ForKernel * missed one! * Modify sceUsbSerialGetLen to sceUsbSerialGetRecvBufferSize Modify sceUsbSerialGetLenForKernel to sceUsbSerialGetRecvBufferSizeForKernel
Diffstat (limited to 'include/user/usbserial.h')
-rw-r--r--include/user/usbserial.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/user/usbserial.h b/include/user/usbserial.h
index baf4c41..00c9ba6 100644
--- a/include/user/usbserial.h
+++ b/include/user/usbserial.h
@@ -52,7 +52,7 @@ int sceUsbSerialStatus(void);
*
* @note Wrapper for kernel function sceUsbSerialGetLen()
*/
-unsigned int sceUsbSerialGetLen(void);
+unsigned int sceUsbSerialGetRecvBufferSize(void);
/**
* Send data