diff options
Diffstat (limited to 'IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeCpuIoLibInternal.h')
-rw-r--r-- | IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeCpuIoLibInternal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeCpuIoLibInternal.h b/IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeCpuIoLibInternal.h index 3f71fa6304..23ce633b1d 100644 --- a/IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeCpuIoLibInternal.h +++ b/IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeCpuIoLibInternal.h @@ -109,7 +109,8 @@ MmioReadWorker ( @param Address The MMIO register to read.
The caller is responsible for aligning the Address if required.
@param Width The width of the I/O operation.
-
+ @param Data The value to write to the I/O port.
+
@return Data read from registers in the EFI system memory space.
**/
|