diff options
author | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-11 04:45:23 +0000 |
---|---|---|
committer | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-11 04:45:23 +0000 |
commit | efb2311707ec50ff04ebaecbb151ce8d8f168ee4 (patch) | |
tree | a323b199272ddb465745e6cb6f007358d84c5846 /MdePkg/Library/BasePciLibCf8 | |
parent | 2fc60b703842994beb1d78f9221deca7d81d9159 (diff) | |
download | edk2-efb2311707ec50ff04ebaecbb151ce8d8f168ee4.tar.gz edk2-efb2311707ec50ff04ebaecbb151ce8d8f168ee4.tar.bz2 edk2-efb2311707ec50ff04ebaecbb151ce8d8f168ee4.zip |
Synchronize MdePkg h files to Library/Base* c files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6984 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BasePciLibCf8')
-rw-r--r-- | MdePkg/Library/BasePciLibCf8/PciLib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/BasePciLibCf8/PciLib.c b/MdePkg/Library/BasePciLibCf8/PciLib.c index 0834dac5e7..337839e97b 100644 --- a/MdePkg/Library/BasePciLibCf8/PciLib.c +++ b/MdePkg/Library/BasePciLibCf8/PciLib.c @@ -1108,7 +1108,7 @@ PciReadBuffer ( @param Size Size in bytes of the transfer.
@param Buffer Pointer to a buffer containing the data to write.
- @return Size
+ @return Size written to StartAddress.
**/
UINTN
|