diff options
author | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-10 06:13:43 +0000 |
---|---|---|
committer | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-10 06:13:43 +0000 |
commit | 2281e7a9c32eeb32b833daf6b33ad26e437551da (patch) | |
tree | 73720319b35689207ba75595ca809be24d19c6cd /MdePkg/Include/Library/IoLib.h | |
parent | 4c395b6d955793d16e542c3446df88b828493838 (diff) | |
download | edk2-platforms-2281e7a9c32eeb32b833daf6b33ad26e437551da.tar.xz |
Synchronize the h files with c files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6967 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Library/IoLib.h')
-rw-r--r-- | MdePkg/Include/Library/IoLib.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MdePkg/Include/Library/IoLib.h b/MdePkg/Include/Library/IoLib.h index 289c10ff54..e484bef9ec 100644 --- a/MdePkg/Include/Library/IoLib.h +++ b/MdePkg/Include/Library/IoLib.h @@ -1237,6 +1237,8 @@ MmioRead8 ( @param Address The MMIO register to write.
@param Value The value to write to the MMIO register.
+
+ @return Value.
**/
UINT8
@@ -1525,6 +1527,8 @@ MmioRead16 ( @param Address The MMIO register to write.
@param Value The value to write to the MMIO register.
+
+ @return Value.
**/
UINT16
@@ -1820,6 +1824,8 @@ MmioRead32 ( @param Address The MMIO register to write.
@param Value The value to write to the MMIO register.
+
+ @return Value.
**/
UINT32
|