Functions | |
int | oslInitUsbStorage () |
int | oslStartUsbStorage () |
int | oslStopUsbStorage () |
int | oslDeinitUsbStorage () |
int oslInitUsbStorage | ( | ) |
Initializes USB modules, must be called before oslStartUsbStorage. Returns 0 on success.
int oslStartUsbStorage | ( | ) |
Starts USB storage Returns 0 on success.
int oslStopUsbStorage | ( | ) |
Stops USB storage Returns 0 on success.
int oslDeinitUsbStorage | ( | ) |
Deinitializes USB modules.