]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/ReadDs.c
Update the text to use "x64" instead of "X64" in MdePkg.
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / ReadDs.c
index ce12d0c9406d1adacd0e1f458771df562b4fec42..3177cd57543d763e2391a4e4e28f924a7047b03f 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 Data Segment Register (DS).\r
+\r
+  Reads and returns the current value of DS. This function is only available on\r
+  IA-32 and x64.\r
+\r
+  @return The current value of DS.\r
+\r
+**/\r
 UINT16\r
 EFIAPI\r
 AsmReadDs (\r