Kernel - Slight reworks to timer code
[tpg/acess2.git] / Kernel / arch / m68k / time.c
1 /*
2  * Acess2 M68K port
3  * - By John Hodge (thePowersGang)
4  *
5  * arch/m68k/time.c
6  * - Timekeeping
7  */
8 #include <acess.h>
9
10 // === CODE ===
11 Sint64 now(void)
12 {
13         return 0;
14 }

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