[ros-diffs] [hpoussin] 42875: [freeldr] When creating a component, provide at the same time its configuration data
hpoussin at svn.reactos.org
hpoussin at svn.reactos.org
Sun Aug 23 10:34:20 CEST 2009
Author: hpoussin
Date: Sun Aug 23 10:34:20 2009
New Revision: 42875
URL: http://svn.reactos.org/svn/reactos?rev=42875&view=rev
Log:
[freeldr] When creating a component, provide at the same time its configuration data
Modified:
trunk/reactos/boot/freeldr/freeldr/include/arch/amd64/hardware.h
trunk/reactos/boot/freeldr/freeldr/include/arch/arm/hardware.h
trunk/reactos/boot/freeldr/freeldr/include/arch/i386/hardware.h
trunk/reactos/boot/freeldr/freeldr/include/arch/powerpc/hardware.h
Modified: trunk/reactos/boot/freeldr/freeldr/include/arch/amd64/hardware.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/include/arch/amd64/hardware.h?rev=42875&r1=42874&r2=42875&view=diff
==============================================================================
--- trunk/reactos/boot/freeldr/freeldr/include/arch/amd64/hardware.h [iso-8859-1] (original)
+++ trunk/reactos/boot/freeldr/freeldr/include/arch/amd64/hardware.h [iso-8859-1] Sun Aug 23 10:34:20 2009
@@ -54,17 +54,10 @@
IN ULONG Key,
IN ULONG Affinity,
IN PCHAR IdentifierString,
+ IN PCM_PARTIAL_RESOURCE_LIST ResourceList,
+ IN ULONG Size,
OUT PCONFIGURATION_COMPONENT_DATA *ComponentKey
);
-
-VOID
-NTAPI
-FldrSetConfigurationData(
- IN PCONFIGURATION_COMPONENT_DATA ComponentKey,
- IN PCM_PARTIAL_RESOURCE_LIST ResourceList,
- IN ULONG Size
-);
-
/* PROTOTYPES ***************************************************************/
Modified: trunk/reactos/boot/freeldr/freeldr/include/arch/arm/hardware.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/include/arch/arm/hardware.h?rev=42875&r1=42874&r2=42875&view=diff
==============================================================================
--- trunk/reactos/boot/freeldr/freeldr/include/arch/arm/hardware.h [iso-8859-1] (original)
+++ trunk/reactos/boot/freeldr/freeldr/include/arch/arm/hardware.h [iso-8859-1] Sun Aug 23 10:34:20 2009
@@ -74,15 +74,9 @@
IN ULONG Key,
IN ULONG Affinity,
IN PCHAR IdentifierString,
+ IN PCM_PARTIAL_RESOURCE_LIST ResourceList,
+ IN ULONG Size,
OUT PCONFIGURATION_COMPONENT_DATA *ComponentKey
-);
-
-VOID
-NTAPI
-FldrSetConfigurationData(
- IN PCONFIGURATION_COMPONENT_DATA ComponentKey,
- IN PCM_PARTIAL_RESOURCE_LIST ResourceList,
- IN ULONG Size
);
VOID
Modified: trunk/reactos/boot/freeldr/freeldr/include/arch/i386/hardware.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/include/arch/i386/hardware.h?rev=42875&r1=42874&r2=42875&view=diff
==============================================================================
--- trunk/reactos/boot/freeldr/freeldr/include/arch/i386/hardware.h [iso-8859-1] (original)
+++ trunk/reactos/boot/freeldr/freeldr/include/arch/i386/hardware.h [iso-8859-1] Sun Aug 23 10:34:20 2009
@@ -54,17 +54,10 @@
IN ULONG Key,
IN ULONG Affinity,
IN PCHAR IdentifierString,
+ IN PCM_PARTIAL_RESOURCE_LIST ResourceList,
+ IN ULONG Size,
OUT PCONFIGURATION_COMPONENT_DATA *ComponentKey
);
-
-VOID
-NTAPI
-FldrSetConfigurationData(
- IN PCONFIGURATION_COMPONENT_DATA ComponentKey,
- IN PCM_PARTIAL_RESOURCE_LIST ResourceList,
- IN ULONG Size
-);
-
/* PROTOTYPES ***************************************************************/
Modified: trunk/reactos/boot/freeldr/freeldr/include/arch/powerpc/hardware.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/include/arch/powerpc/hardware.h?rev=42875&r1=42874&r2=42875&view=diff
==============================================================================
--- trunk/reactos/boot/freeldr/freeldr/include/arch/powerpc/hardware.h [iso-8859-1] (original)
+++ trunk/reactos/boot/freeldr/freeldr/include/arch/powerpc/hardware.h [iso-8859-1] Sun Aug 23 10:34:20 2009
@@ -53,17 +53,10 @@
IN ULONG Key,
IN ULONG Affinity,
IN PCHAR IdentifierString,
+ IN PCM_PARTIAL_RESOURCE_LIST ResourceList,
+ IN ULONG Size,
OUT PCONFIGURATION_COMPONENT_DATA *ComponentKey
);
-
-VOID
-NTAPI
-FldrSetConfigurationData(
- IN PCONFIGURATION_COMPONENT_DATA ComponentKey,
- IN PCM_PARTIAL_RESOURCE_LIST ResourceList,
- IN ULONG Size
-);
-
/* PROTOTYPES ***************************************************************/
More information about the Ros-diffs
mailing list