2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3 $Id: apic.h,v 1.1 2004/01/02 22:23:57 nicja Exp $
5 Desc: AROS APIC Definitions.
8 #ifndef __AROS_APIC_H__
9 #define __AROS_APIC_H__
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 APIC_DEFAULT_PHYS_BASE 0xfee00000
23 #define MAX_IO_APICS 32
26 /********** APIC DEFINITIONS ****************/
32 IPTR (*apic_id_registered
)();
35 #endif /* __AROS_APIC_H__ */