2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
5 Desc: AROS PIC/APIC Definitions.
12 # include <exec/lists.h>
14 #ifndef EXEC_SEMAPHORES
15 # include <exec/semaphores.h>
17 #ifndef UTILITY_HOOKS_H
18 # include <utility/hooks.h>
21 #define MAX_IO_APICS 32
31 /********** APIC DEFINITIONS ****************/
35 struct Node PICB_Node
;
36 struct ExecBase
*PICB_SysBase
;
37 struct UtilityBase
*PICB_UtilBase
;
39 BOOL PICB_APIC_Enabled
;
40 int PICB_APIC_IRQ_Model
;
43 int PICB_APIC_IOAPIC_Count
;
46 APTR PICB_APIC_LAPIC_addr
; /* Local APIC address */
49 #endif /* __AROS_PIC_H__ */