revert between 56095 -> 55830 in arch
[AROS.git] / arch / all-pc / battclock / battclock_intern.h
blobfae4b7e1e669b37d0b66f323219c5bc9933a94ae
1 /*
2 Copyright © 1995-2011, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Internal data structures for battclock.resource, PC hardware version
6 Lang: english
7 */
9 #include <exec/libraries.h>
10 #include <exec/semaphores.h>
12 struct BattClockBase
14 struct Library bb_LibNode; /* battclock.resource originally had struct Library in its base */
15 struct SignalSemaphore sem; /* Semaphore used for single-threading hardware access */
16 UBYTE century; /* Century byte offset */