Adjust coding style for MemoryAllocationLib.

Add function header for an internal function of PciExpressLib
Fix a typo in one comment of UefiLib
Remove BaseSmbusLib

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1075 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8
2006-07-23 12:55:05 +00:00
parent 49cff29c80
commit 1f33a17ff1
7 changed files with 994 additions and 599 deletions

View File

@@ -31,8 +31,16 @@
ASSERT (((A) & ~0xfffffff) == 0)
/**
Gets the base address of PCI Express.
This internal functions retrieves PCI Express Base Address via a PCD entry
PcdPciExpressBaseAddress.
@return The base address of PCI Express.
**/
UINTN
EFIAPI
GetPciExpressBaseAddress (
VOID
)