]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DynamicTablesPkg/Library/Common/SsdtPcieSupportLib/SsdtPcieSupportLib.c
DynamicTablesPkg: AcpiSsdtPcieLibArm : Add UID to slot creation
[mirror_edk2.git] / DynamicTablesPkg / Library / Common / SsdtPcieSupportLib / SsdtPcieSupportLib.c
index e5ab3a3ca8dc48011414bd3c12d56fb133db4ad1..b35fb6a7dd4558dcd0adcd682bb401153364862d 100644 (file)
   used. It should be possible to enumerate them, but this is additional\r
   information.\r
 \r
-  @param [in]       PciInfo     Pci device information.\r
-  @param [in]  MappingTable     The mapping table structure.\r
-  @param [in, out]  PciNode     Pci node to amend.\r
+  @param [in]       PciInfo       Pci device information.\r
+  @param [in]       MappingTable  The mapping table structure.\r
+  @param [in]       Uid           Unique Id of the Pci device.\r
+  @param [in, out]  PciNode       Pci node to amend.\r
 \r
   @retval EFI_SUCCESS            Success.\r
   @retval EFI_INVALID_PARAMETER  Invalid parameter.\r
@@ -54,6 +55,7 @@ EFIAPI
 GeneratePciSlots (\r
   IN      CONST CM_ARM_PCI_CONFIG_SPACE_INFO  *PciInfo,\r
   IN      CONST MAPPING_TABLE                 *MappingTable,\r
+  IN            UINT32                        Uid,\r
   IN  OUT       AML_OBJECT_NODE_HANDLE        PciNode\r
   )\r
 {\r