2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
5 Desc: Internal data structures for battclock.resource and HIDD
10 #include <exec/types.h>
13 #include <exec/nodes.h>
15 #ifndef UTILITY_UTILITY_H
16 #include <utility/utility.h>
19 #include <hidd/hidd.h>
25 struct ExecBase
*bb_SysBase
;
26 struct UtilityBase
*bb_UtilBase
;
29 #define SysBase (BattClockBase->bb_SysBase)
33 #define UtilityBase (BattClockBase->bb_UtilBase)