2 Copyright © 2011, The AROS Development Team. All rights reserved.
5 Desc: AROS generic HPET definitions.
9 #ifndef RESOURCES_HPET_H
10 #define RESOURCES_HPET_H
12 #include <utility/tagitem.h>
14 #define HPET_TAG_BASE (TAG_USER + 0x0ABC0000)
16 #define HPET_BASE_ADDR (HPET_TAG_BASE + 0) /* (IPTR) Base address of the timers block */
17 #define HPET_UNIT_ADDR (HPET_TAG_BASE + 1) /* (IPTR) Address of the particular unit */
18 #define HPET_UNIT_OWNER (HPET_TAG_BASE + 2) /* (const char *) Current owner of the unit */