Merge branch 'master' of git://cadel.mutabah.net/acess2
[tpg/acess2.git] / AcessNative / acesskernel_src / include / proc.h
1 /**
2  */
3 #ifndef _PROC_H_
4 #define _PROC_H_
5
6 #include <arch.h>
7
8 #define MAX_CPUS        1
9
10 typedef struct {} tTaskState;
11 typedef struct {} tMemoryState;
12
13 #endif
14

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