]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/ReadCr2.c
remove unnecessary comments introduced by tools from MdePkg. The regular express...
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / ReadCr2.c
index 2a61e1bbb632eac2751cd6de8e4c933e9630ec3f..4acf74c5ad9566414157996a4e608bb437c2c982 100644 (file)
 \r
 **/\r
 \r
+\r
+\r
+\r
+/**\r
+  Reads the current value of the Control Register 2 (CR2).\r
+\r
+  Reads and returns the current value of CR2. 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 the Control Register 2 (CR2).\r
+\r
+**/\r
 UINTN\r
 EFIAPI\r
 AsmReadCr2 (\r