Kernel/arm7 - Working on ARM7 port
[tpg/acess2.git] / Kernel / arch / arm7 / proc.c
1 /*
2  * Acess2
3  * - By John Hodge (thePowersGang)
4  *
5  * arch/arm7/proc.
6  * - ARM7 Process Switching
7  */
8 #include <acess.h>
9 #include <threads_int.h>
10
11 // === PROTOTYPES ===
12
13 // === GLOBALS ===
14 tThread *gpCurrentThread;
15
16 // === CODE ===
17 void Proc_Start(void)
18 {
19 }
20
21 tThread *Proc_GetCurThread(void)
22 {
23         return gpCurrentThread;
24 }

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