]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BasePciExpressLib/PciLib.c
Updated conversion command line option with unicode support
[mirror_edk2.git] / MdePkg / Library / BasePciExpressLib / PciLib.c
index f7deedd6420015f5c85b5db69a26d514740a12a1..30536dfbf6aa44fd54254b4a5de96a2fc3b2b5ad 100644 (file)
 \r
 **/\r
 \r
+//\r
+// The package level header files this module uses\r
+//\r
+#include <Base.h>\r
+//\r
+// The protocols, PPI and GUID defintions for this module\r
+//\r
+//\r
+// The Library classes this module consumes\r
+//\r
+#include <Library/PciExpressLib.h>\r
+#include <Library/IoLib.h>\r
+#include <Library/DebugLib.h>\r
+#include <Library/PcdLib.h>\r
+\r
+\r
 /**\r
   Assert the validity of a PCI address. A valid PCI address should contain 1's\r
   only in the low 28 bits.\r
@@ -40,6 +56,7 @@
   @return The base address of PCI Express.\r
 \r
 **/\r
+STATIC\r
 volatile VOID*\r
 GetPciExpressBaseAddress (\r
   VOID\r