2 Copyright © 1995-2011, The AROS Development Team. All rights reserved.
5 Desc: Internal data structures for battclock.resource, PC hardware version
9 #include <exec/libraries.h>
10 #include <exec/semaphores.h>
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 */