]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/ReadEs.c
Comments have been checked with spec
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / ReadEs.c
index d7780b77715ac9a23effce2660e26d60c7766b6e..3704125ea35517ec6b2c0784484f45e6d91d9ae5 100644 (file)
 \r
 **/\r
 \r
-//\r
-// Include common header file for this module.\r
-//\r
-#include "CommonHeader.h"\r
 \r
+\r
+\r
+/**\r
+  Reads the current value of ES Data Segment Register (ES).\r
+\r
+  Reads and returns the current value of ES. This function is only available on\r
+  IA-32 and x64.\r
+\r
+  @return The current value of ES.\r
+\r
+**/\r
 UINT16\r
 EFIAPI\r
 AsmReadEs (\r