[HALACPI]: Wherever I(?) copy pasted the original HalAdjustResourceList from, in the ACPI HAL, I have no idea, but the definition was totally wrong. Should fix the build.

svn path=/trunk/; revision=48117
This commit is contained in:
Sir Richard 2010-07-19 15:32:13 +00:00
parent 0e248c787d
commit c4c9522794

View file

@ -122,7 +122,7 @@ HalpFindBusAddressTranslation(IN PHYSICAL_ADDRESS BusAddress,
*/
NTSTATUS
NTAPI
HalAdjustResourceList(IN PCM_RESOURCE_LIST Resources)
HalAdjustResourceList(IN OUT PIO_RESOURCE_REQUIREMENTS_LIST* pRequirementsList)
{
/* Deprecated, return success */
return STATUS_SUCCESS;