VOID __stdcall PopBatteryWakeDpc(KDPC *Dpc, PVOID DeferredContext, PVOID SystemArgument1, PVOID SystemArgument2){
unsigned int v4;
byte_140C23640 = 0;
v4 = 1;
if( PopBatteryInitiateIgnoreStatusDuringBoot )
{
PopBatteryInitiateIgnoreStatusDuringBoot = 0;
v4 = 17;
}
KeSetEvent(&stru_140C23628, 0);
_InterlockedExchange(&dword_140C235A0, 0);
PopBatteryQueueWork(v4);
}