Preparations for release.
[AROS.git] / compiler / include / resources / hpet.h
blob646944b99c73b15cbb078be7c91533b8311dba9c
1 /*
2 Copyright © 2011, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: AROS generic HPET definitions.
6 Lang: english
7 */
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 */
20 #endif