X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=AcessNative%2Facesskernel_src%2Finclude%2Farch.h;h=849eba8258c58d36c788bc380bb93577735389bb;hb=e31829ecc2b8ae2338745f4ed393748704a81531;hp=a6685b2d3c4424769d30603f29bda4f0499aed97;hpb=de8ff799edf1fbfeee9447923497273dd254252c;p=tpg%2Facess2.git diff --git a/AcessNative/acesskernel_src/include/arch.h b/AcessNative/acesskernel_src/include/arch.h index a6685b2d..849eba82 100644 --- a/AcessNative/acesskernel_src/include/arch.h +++ b/AcessNative/acesskernel_src/include/arch.h @@ -28,10 +28,10 @@ typedef intptr_t tPAddr; typedef int BOOL; -typedef uint32_t tTID; -typedef uint32_t tPID; -typedef uint32_t tUID; -typedef uint32_t tGID; +//typedef uint32_t tTID; +//typedef uint32_t tPID; +//typedef uint32_t tUID; +//typedef uint32_t tGID; struct sShortSpinlock { @@ -42,7 +42,7 @@ struct sShortSpinlock #define SHORTLOCK(...) #define SHORTREL(...) -#define NUM_CFG_ENTRIES 10 +//#define NUM_CFG_ENTRIES 10 #endif