Added kernel module for starting the usb stack at boot time. It's not activated thoug...
[cake.git] / rom / battclock / battclock_intern.h
blobe6aab5bdbc6a0bc6fdeefd519c1e5aeea76b7d2d
1 /*
2 Copyright © 1995-2006, 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 Node bb_Node;
30 #endif //BATTCLOCK_INTERN_H