X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Farch%2Fx86%2Finclude%2Fproc.h;h=5e3fadd91569741900b0d6ae0016fbdfc4a50226;hb=e29b02ca55d580b2f7f10d1093c3d6ad1bc59458;hp=0a1d754863296692ba881d5f359e584f9b4b6403;hpb=d52a53f035af92941c0cafe5f81888fed16d2462;p=tpg%2Facess2.git diff --git a/Kernel/arch/x86/include/proc.h b/Kernel/arch/x86/include/proc.h index 0a1d7548..5e3fadd9 100644 --- a/Kernel/arch/x86/include/proc.h +++ b/Kernel/arch/x86/include/proc.h @@ -7,9 +7,6 @@ #include -// === CONSTANTS === -#define GETMSG_IGNORE ((void*)-1) - // === TYPES === #if USE_MP typedef struct sCPU @@ -37,7 +34,7 @@ typedef struct sTSS { } __attribute__((packed)) tTSS; // === FUNCTIONS === -extern void Proc_Start(); +extern void Proc_Start(void); extern int Proc_Clone(Uint *Err, Uint Flags); #endif