HalpStopLegacyUsbInterrupts

VOID __stdcall HalpStopLegacyUsbInterrupts(INT64 a1){
  if( (int)a1 < 5 )
    HalpStopLegacyUsbInterruptsInternal(a1);
}

Referenced by:

No references.