[ros-diffs] [sir_richard] 48117: [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.

sir_richard at svn.reactos.org sir_richard at svn.reactos.org
Mon Jul 19 15:32:14 UTC 2010


Author: sir_richard
Date: Mon Jul 19 15:32:13 2010
New Revision: 48117

URL: http://svn.reactos.org/svn/reactos?rev=48117&view=rev
Log:
[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.

Modified:
    trunk/reactos/hal/halx86/generic/acpi/busemul.c

Modified: trunk/reactos/hal/halx86/generic/acpi/busemul.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halx86/generic/acpi/busemul.c?rev=48117&r1=48116&r2=48117&view=diff
==============================================================================
--- trunk/reactos/hal/halx86/generic/acpi/busemul.c [iso-8859-1] (original)
+++ trunk/reactos/hal/halx86/generic/acpi/busemul.c [iso-8859-1] Mon Jul 19 15:32:13 2010
@@ -122,7 +122,7 @@
  */
 NTSTATUS
 NTAPI
-HalAdjustResourceList(IN PCM_RESOURCE_LIST Resources)
+HalAdjustResourceList(IN OUT PIO_RESOURCE_REQUIREMENTS_LIST* pRequirementsList)
 {
     /* Deprecated, return success */
     return STATUS_SUCCESS;




More information about the Ros-diffs mailing list