Kernel/armv7 - Renamed to reduce confusion
[tpg/acess2.git] / Kernel / arch / armv7 / time.c
1 /*
2  * Acess2
3  *
4  * ARM7 Time code
5  * arch/arm7/time.c
6  */
7 #include <acess.h>
8
9 // === GLOBALS ===
10 tTime   giTimestamp;
11
12 // === CODE ===
13 tTime now(void)
14 {
15         return giTimestamp;
16 }

UCC git Repository :: git.ucc.asn.au