Kernel/vfs - Return matched flags from VFS_SelectNode
[tpg/acess2.git] / KernelLand / 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 // === IMPORTS ===
10 extern tTime    Time_GetTickOffset(void);
11
12 // === GLOBALS ===
13 tTime   giTimestamp;
14
15 // === CODE ===
16 tTime now(void)
17 {
18         return giTimestamp + Time_GetTickOffset();
19 }

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