Searched defs:_EFI_LEGACY_8259_PROTOCOL (Results 1 – 1 of 1) sorted by relevance
276 struct _EFI_LEGACY_8259_PROTOCOL { struct277 EFI_LEGACY_8259_SET_VECTOR_BASE SetVectorBase;278 EFI_LEGACY_8259_GET_MASK GetMask;279 EFI_LEGACY_8259_SET_MASK SetMask;280 EFI_LEGACY_8259_SET_MODE SetMode;281 EFI_LEGACY_8259_GET_VECTOR GetVector;282 EFI_LEGACY_8259_ENABLE_IRQ EnableIrq;283 EFI_LEGACY_8259_DISABLE_IRQ DisableIrq;284 EFI_LEGACY_8259_GET_INTERRUPT_LINE GetInterruptLine;285 EFI_LEGACY_8259_END_OF_INTERRUPT EndOfInterrupt;