]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/WriteLdtr.c
Code Scrub for MdePkg.
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / WriteLdtr.c
index e8ca5756b602792075d114444f3e09ac52640c0a..82ba9d0ff9ec19e45fff4df3c7daa2af15c89b47 100644 (file)
 //\r
 // Include common header file for this module.\r
 //\r
-#include "CommonHeader.h"\r
 \r
+\r
+/**\r
+  Writes the current Local Descriptor Table Register (GDTR) selector.\r
+\r
+  Writes and the current LDTR descriptor specified by Ldtr. This function is\r
+  only available on IA-32 and X64.\r
+\r
+  @param  Ldtr  16-bit LDTR selector value.\r
+\r
+**/\r
 VOID\r
 EFIAPI\r
 AsmWriteLdtr (\r