]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/ReadDs.c
Code Scrub for MdePkg.
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / ReadDs.c
index 91294896e01cb2753947a61771881cc08252f759..e80b3948269c2255dcf6278bd35d61dae7098096 100644 (file)
 //\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