| 138 | } |
| 139 | |
| 140 | void USBclose() |
| 141 | { |
| 142 | for (u32 port = 0; port < USB::NUM_PORTS; port++) |
| 143 | USB::DestroyDevice(port); |
| 144 | |
| 145 | free(s_qemu_ohci); |
| 146 | s_qemu_ohci = nullptr; |
| 147 | } |
| 148 | |
| 149 | void USBreset() |
| 150 | { |
no outgoing calls
no test coverage detected