X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=UefiCpuPkg%2FCpuDxe%2FCpuDxe.h;fp=UefiCpuPkg%2FCpuDxe%2FCpuDxe.h;h=6d0d83ba0827368f8e2eea64aeef4c5b2d07adcf;hp=e36cf1c82cf22f88bbf09fb92788ac952487380b;hb=de4b64f714332d80e9f1e0ada42c1998b5fbb81c;hpb=9463796b8829a65242d2b202d7f777643d4ba4c4 diff --git a/UefiCpuPkg/CpuDxe/CpuDxe.h b/UefiCpuPkg/CpuDxe/CpuDxe.h index e36cf1c82c..6d0d83ba08 100644 --- a/UefiCpuPkg/CpuDxe/CpuDxe.h +++ b/UefiCpuPkg/CpuDxe/CpuDxe.h @@ -275,6 +275,16 @@ SetDataSelectors ( UINT16 Selector ); +/** + Restore original Interrupt Descriptor Table Handler Address. + + @param Index The Index of the interrupt descriptor table handle. + +**/ +VOID +RestoreInterruptDescriptorTableHandlerAddress ( + IN UINTN Index + ); #endif