From 8cb4208f52b5f94555955ce9cc2eff6b7fa5c2f7 Mon Sep 17 00:00:00 2001 From: Sunguk Lee Date: Sun, 14 Jan 2018 19:40:01 +0900 Subject: Remove all NID mismatched definitions anyway, we can't use these functions before finding right NID value. but if we provide these & doc contains these info, end-programmers can have confusion Resolve #201 --- include/kernel/udcd.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'include/kernel/udcd.h') diff --git a/include/kernel/udcd.h b/include/kernel/udcd.h index 8243833..c79f356 100644 --- a/include/kernel/udcd.h +++ b/include/kernel/udcd.h @@ -443,15 +443,6 @@ int sceUdcdGetDeviceInfo(SceUdcdDeviceInfo *devInfo); */ int sceUdcdGetDrvState(const char *driverName); -/** - * Get the list of drivers - * @param flags - One or more ::SceUdcdStatusDriver - * @param list - points to the output list - * @param size - number of entries in the output list - * @return the number of drivers in the output or < 0 in case of error - */ -int sceUdcdGetDrvList(unsigned int flags, SceUdcdDriverName *list, int size); - /** * Wait for USB state * @param state - combination of states (returned by ::sceUdcdGetDeviceState) @@ -461,12 +452,6 @@ int sceUdcdGetDrvList(unsigned int flags, SceUdcdDriverName *list, int size); */ int sceUdcdWaitState(unsigned int state, unsigned int waitMode, SceUInt *timeout); -/** - * Cancel a pending sceUdcdWaitState - * @return 0 on success - */ -int sceUdcdWaitCancel(void); - /** * Register a USB driver. * -- cgit v1.2.3