INT64 __fastcall PoFxPlatformRequestHandler(INT64 a1){
unsigned int v1;
v1 = 0;
if( *(_DWORD *)a1 )
{
if( *(_DWORD *)a1 != 1 && *(_DWORD *)a1 == 2 && *(_DWORD *)(a1 + 16) == 1 )
*(_BYTE *)(a1 + 20) = PopFxAcpiPepRegistered;
else
return(unsigned int)-1073741637;
}
else
{
return(unsigned int)PopFxAcpiDispatchNotification(a1 + 16);
}
return v1;
}