NTSTATUS __stdcall HalpAcpiAoacCapable(){ NTSTATUS result; result = (unsigned int)HalpPlatformFlags >> 3; LOBYTE(result) = (HalpPlatformFlags & 8) != 0; return result; }