diff options
Diffstat (limited to 'i386')
-rw-r--r-- | i386/i386/apic.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/i386/i386/apic.h b/i386/i386/apic.h index 54ccda5b..83f7776c 100644 --- a/i386/i386/apic.h +++ b/i386/i386/apic.h @@ -107,10 +107,10 @@ typedef struct IoApicData { ApicIoUnit *ioapic; } IoApicData; -#define APIC_IRQ_OVERRIDE_ACTIVE_LOW 2 #define APIC_IRQ_OVERRIDE_POLARITY_MASK 1 -#define APIC_IRQ_OVERRIDE_LEVEL_TRIGGERED 8 +#define APIC_IRQ_OVERRIDE_ACTIVE_LOW 2 #define APIC_IRQ_OVERRIDE_TRIGGER_MASK 4 +#define APIC_IRQ_OVERRIDE_LEVEL_TRIGGERED 8 typedef struct IrqOverrideData { uint8_t bus; |