TianoCore EDK2 master
Loading...
Searching...
No Matches
X86ReadIdtr.c
Go to the documentation of this file.
1
9#include "BaseLibInternals.h"
10
22VOID
23EFIAPI
25 OUT IA32_DESCRIPTOR *Idtr
26 )
27{
28 ASSERT (Idtr != NULL);
30}
VOID EFIAPI InternalX86ReadIdtr(OUT IA32_DESCRIPTOR *Idtr)
#define NULL
Definition: Base.h:319
#define OUT
Definition: Base.h:284
VOID EFIAPI AsmReadIdtr(OUT IA32_DESCRIPTOR *Idtr)
Definition: X86ReadIdtr.c:24