2 Copyright 1995-2006, The AROS Development Team. All rights reserved.
3 $Id: battclock_intern.h 24607 2006-08-05 15:39:09Z verhaegs $
5 Desc: Internal data structures for battclock.resource and HIDD
9 #ifndef BATTCLOCK_INTERN_H
10 #define BATTCLOCK_INTERN_H
13 #include <exec/types.h>
16 #include <exec/nodes.h>
18 #ifndef UTILITY_UTILITY_H
19 #include <utility/utility.h>
22 #include <hidd/hidd.h>
25 typedef struct _SYSTEMTIME
35 } SYSTEMTIME
, *PSYSTEMTIME
;
37 struct KernelInterface
39 __attribute__((stdcall)) void (*GetSystemTime
)(SYSTEMTIME
*lpSystemTime
);
40 __attribute__((stdcall)) ULONG (*SetSystemTime
)(SYSTEMTIME
*lpSystemTime
);
47 struct KernelInterface
*KernelIFace
;
50 #endif //BATTCLOCK_INTERN_H