diff options
Diffstat (limited to 'include/kernel/udcd.h')
-rw-r--r-- | include/kernel/udcd.h | 15 |
1 files changed, 0 insertions, 15 deletions
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 @@ -444,15 +444,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) * @param waitMode - one of the ::SceEventFlagWaitTypes @@ -462,12 +453,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. * * @param drv - Pointer to a filled out USB driver |