Merge FldrCreateComponentKey and FldrSetIdentifier
[reactos.git] / reactos / boot / freeldr / freeldr / include / arch / i386 / hardware.h
index 9bfeb17..d0b8e18 100644 (file)
 //
 // ARC Component Configuration Routines
 //
-VOID
-NTAPI
-FldrSetIdentifier(
-    IN PCONFIGURATION_COMPONENT_DATA ComponentKey,
-    IN PCHAR Identifier
-);
-
 VOID
 NTAPI
 FldrCreateSystemKey(
@@ -60,6 +53,7 @@ FldrCreateComponentKey(
     IN IDENTIFIER_FLAG Flags,
     IN ULONG Key,
     IN ULONG Affinity,
+    IN PCHAR IdentifierString,
     OUT PCONFIGURATION_COMPONENT_DATA *ComponentKey
 );