summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/PeiIoLibCpuIo
diff options
context:
space:
mode:
authorgikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-11 05:23:13 +0000
committergikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-11 05:23:13 +0000
commit4ef55dfc766c2206378ab7e5a3101a2a7a32d569 (patch)
tree25b4451c11fe51a7c2ca14d6d33251aa4c496d58 /MdePkg/Library/PeiIoLibCpuIo
parentefb2311707ec50ff04ebaecbb151ce8d8f168ee4 (diff)
downloadedk2-4ef55dfc766c2206378ab7e5a3101a2a7a32d569.tar.gz
edk2-4ef55dfc766c2206378ab7e5a3101a2a7a32d569.tar.bz2
edk2-4ef55dfc766c2206378ab7e5a3101a2a7a32d569.zip
Synchronize MdePkg/Library *.h files with c files
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6985 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/PeiIoLibCpuIo')
-rw-r--r--MdePkg/Library/PeiIoLibCpuIo/IoLib.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/MdePkg/Library/PeiIoLibCpuIo/IoLib.c b/MdePkg/Library/PeiIoLibCpuIo/IoLib.c
index 57d84cfd5c..c9260ab9c5 100644
--- a/MdePkg/Library/PeiIoLibCpuIo/IoLib.c
+++ b/MdePkg/Library/PeiIoLibCpuIo/IoLib.c
@@ -337,6 +337,8 @@ MmioRead8 (
@param Address The MMIO register to write.
@param Value The value to write to the MMIO register.
+
+ @return Value.
**/
UINT8
@@ -404,6 +406,8 @@ MmioRead16 (
@param Address The MMIO register to write.
@param Value The value to write to the MMIO register.
+
+ @return Value.
**/
UINT16
@@ -474,6 +478,8 @@ MmioRead32 (
@param Address The MMIO register to write.
@param Value The value to write to the MMIO register.
+
+ @return Value.
**/
UINT32