Free the extension
| 338 | |
| 339 | // Free the extension |
| 340 | void Xbox360Peripheral::free(void) |
| 341 | { |
| 342 | IOLockFree(mainLock); |
| 343 | super::free(); |
| 344 | } |
| 345 | |
| 346 | bool Xbox360Peripheral::start(IOService *provider) |
| 347 | { |
nothing calls this directly
no outgoing calls
no test coverage detected