X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Farch%2Fx86%2Finclude%2Fproc.h;h=2b04b7572fc4756e601a9da23c21ae82db921a29;hb=7d881c2e5fef91a6570e46ef69a5d4a5cf0e8b4d;hp=5a99c9c5d531ccafc5d1ca1e226bfc15fdf59a03;hpb=38e4b28d370c5f9284b285a71518ae2b6bce125c;p=tpg%2Facess2.git diff --git a/Kernel/arch/x86/include/proc.h b/Kernel/arch/x86/include/proc.h index 5a99c9c5..2b04b757 100644 --- a/Kernel/arch/x86/include/proc.h +++ b/Kernel/arch/x86/include/proc.h @@ -7,11 +7,7 @@ #include -// === CONSTANTS === -#define GETMSG_IGNORE ((void*)-1) - -// === TYPES === - +// === TYPES == typedef struct sTSS { Uint32 Link; Uint32 ESP0, SS0; @@ -28,7 +24,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