Added srcdir parameter to create-patch macro.
[AROS.git] / rom / battclock / battclock_intern.h
bloba8e58efba9464ac9cf8380fe5f3832636a56afa9
1 /*
2 Copyright © 1995-2010, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Internal data structures for battclock.resource and HIDD
6 Lang: english
7 */
9 #ifndef BATTCLOCK_INTERN_H
10 #define BATTCLOCK_INTERN_H
12 #ifndef EXEC_TYPES_H
13 #include <exec/types.h>
14 #endif
15 #ifndef EXEC_NODES_H
16 #include <exec/nodes.h>
17 #endif
18 #ifndef UTILITY_UTILITY_H
19 #include <utility/utility.h>
20 #endif
21 #ifndef HIDD_HIDD_H
22 #include <hidd/hidd.h>
23 #endif
25 struct BattClockBase
27 struct Library bb_LibNode;
30 #endif //BATTCLOCK_INTERN_H