Add DisableLvtInterrupts() for the Local APIC library class.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10827 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user