Specifications
100
EFI_LEGACY_8259_PROTOCOL.GetVector()
Summary
Translates the IRQ into a vector.
Prototype
typedef
EFI_STATUS
(EFIAPI *EFI_LEGACY_8259_GET_VECTOR) (
IN EFI_LEGACY_8259_PROTOCOL *This,
IN EFI_8259_IRQ Irq
OUT UINT8 *Vector
)
Parameters
This
Indicates the EFI_LEGACY_8259_PROTOCOL instance.
Irq
IRQ0–IRQ15. Type EFI_8259_IRQ is defined in "Related Definitions" below.
Vector
The vector that is assigned to the IRQ.
Description
This function retrieves the vector that is assigned to the IRQ.
Related Definitions
//******************************************
// EFI_8259_IRQ
//******************************************
typedef enum {
Efi8259Irq0,
Efi8259Irq1,
Efi8259Irq2,
Efi8259Irq3,
Efi8259Irq4,
Efi8259Irq5,










