2 Copyright 1995-2011, The AROS Development Team. All rights reserved.
5 Desc: Internal data structures for Windows-hosted battclock.resource
9 #ifndef BATTCLOCK_INTERN_H
10 #define BATTCLOCK_INTERN_H
12 #include <exec/libraries.h>
15 #define __stdcall __attribute__((ms_abi))
17 #define __stdcall __attribute__((stdcall))
20 typedef struct _SYSTEMTIME
30 } SYSTEMTIME
, *PSYSTEMTIME
;
32 struct KernelInterface
34 void __stdcall (*GetSystemTime
)(SYSTEMTIME
*lpSystemTime
);
35 ULONG
__stdcall (*SetSystemTime
)(SYSTEMTIME
*lpSystemTime
);
40 struct Library bb_LibNode
;
42 struct KernelInterface
*KernelIFace
;
45 #endif //BATTCLOCK_INTERN_H