X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=UefiCpuPkg%2FInclude%2FLibrary%2FLocalApicLib.h;h=d68e0e48b97f8769eaca42ac6d3c6bf339aae13d;hp=d565dad96c48bf2d26c3ecfaf9fa30db813f4e03;hb=b1b8c631f613084d43d64d0b9e1d27337d4d8b5a;hpb=9a43bc39a9b038523a9c5678f05cc31c62640bf0 diff --git a/UefiCpuPkg/Include/Library/LocalApicLib.h b/UefiCpuPkg/Include/Library/LocalApicLib.h index d565dad96c..d68e0e48b9 100644 --- a/UefiCpuPkg/Include/Library/LocalApicLib.h +++ b/UefiCpuPkg/Include/Library/LocalApicLib.h @@ -212,6 +212,17 @@ ProgramVirtualWireMode ( VOID ); +/** + Disable LINT0 & LINT1 interrupts. + + This function sets the mask flag in the LVT LINT0 & LINT1 registers. +**/ +VOID +EFIAPI +DisableLvtInterrupts ( + VOID + ); + /** Read the initial count value from the init-count register.