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