]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/ReadDr1.c
Code Scrub for MdePkg.
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / ReadDr1.c
index 8820256e08fecfc5cb4a8139518922b3c80e1dbe..77a9adac66997e42d88f1618cc8a694122408c64 100644 (file)
 //\r
 // Include common header file for this module.\r
 //\r
-#include "CommonHeader.h"\r
 \r
+\r
+/**\r
+  Reads the current value of Debug Register 1 (DR1).\r
+\r
+  Reads and returns the current value of DR1. This function is only available\r
+  on IA-32 and X64. This returns a 32-bit value on IA-32 and a 64-bit value on\r
+  X64.\r
+\r
+  @return The value of Debug Register 1 (DR1).\r
+\r
+**/\r
 UINTN\r
 EFIAPI\r
 AsmReadDr1 (\r