1 #ifndef KERNEL_IOAPIC_H
2 #define KERNEL_IOAPIC_H
4 Copyright © 2017, The AROS Development Team. All rights reserved.
7 Desc: Generic AROS IOAPIC definitions.
15 #define IOAPICREG_ID 0x0
16 #define IOAPICREG_VER 0x1
17 #define IOAPICREG_ARB 0x2
18 #define IOAPICREG_REDTBLBASE 0x10
26 UBYTE ioapic_IRQCount
;
28 UQUAD
*ioapic_RouteTable
;
31 #define IOAPICF_ENABLED (1 << 1)
36 struct IOAPICCfgData ioapics
[0]; /* Per-IOAPIC data */
39 extern struct IntrController IOAPICInt_IntrController
;
41 #endif /* !KERNEL_IOAPIC_H */