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:
@@ -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
|
||||
)
|
||||
|
Reference in New Issue
Block a user