]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkModulePkg/Bus/Pci/PciBus/Dxe/PciHotPlugSupport.h
1. Merger Tracker 8448: PciHostBridgeEnumerator() error checking could lead to memory...
[mirror_edk2.git] / EdkModulePkg / Bus / Pci / PciBus / Dxe / PciHotPlugSupport.h
index df49ebaf563594a253de8180d614a2e1afe8669f..7b15a3cd37af6159429957fe87cca7c15426088b 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2006, Intel Corporation                                                         \r
+Copyright (c) 2006 - 2007, Intel Corporation                                                         \r
 All rights reserved. This program and the accompanying materials                          \r
 are licensed and made available under the terms and conditions of the BSD License         \r
 which accompanies this distribution.  The full text of the license may be found at        \r
@@ -24,10 +24,6 @@ Revision History
 #ifndef _EFI_PCI_HOT_PLUG_SUPPORT_H\r
 #define _EFI_PCI_HOT_PLUG_SUPPORT_H\r
 \r
-//\r
-// stall 1 ms\r
-//\r
-#define STALL_1_MILLI_SECOND  1000    \r
 \r
 //\r
 // stall 1 second\r
@@ -205,7 +201,7 @@ Returns:
 \r
 EFI_STATUS\r
 AllRootHPCInitialized (\r
-  IN  UINTN           TimeoutInMilliSeconds\r
+  IN  UINTN           TimeoutInMicroSeconds\r
   )\r
 /*++\r
 \r
@@ -214,12 +210,11 @@ Routine Description:
   TODO: Add function description\r
 \r
 Arguments:\r
-\r
-  TimeoutInMilliSeconds - TODO: add argument description\r
+  TimeoutInMicroSeconds - microseconds to wait for all root hpc's initialization\r
 \r
 Returns:\r
-\r
-  TODO: add return values\r
+  EFI_SUCCESS - All root hpc's initialization is finished before the timeout\r
+  EFI_TIMEOUT - Time out\r
 \r
 --*/\r
 ;\r