| 87 | } |
| 88 | |
| 89 | void CIntelBTPatcher::free() |
| 90 | { |
| 91 | DBGLOG(DRV_NAME, "%s", __PRETTY_FUNCTION__); |
| 92 | } |
| 93 | |
| 94 | void CIntelBTPatcher::processKext(KernelPatcher &patcher, size_t index, mach_vm_address_t address, size_t size) |
| 95 | { |
nothing calls this directly
no outgoing calls
no test coverage detected