X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Farch%2Fx86%2Finclude%2Fproc.h;h=73bddbb9758233ae4bab1a605785d5ad9f715b4d;hb=dc8801cc0b5ed911a775cfc2ea853048f7a00db1;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..73bddbb9 100644 --- a/Kernel/arch/x86/include/proc.h +++ b/Kernel/arch/x86/include/proc.h @@ -5,13 +5,9 @@ #ifndef _PROC_H #define _PROC_H -#include - -// === CONSTANTS === -#define GETMSG_IGNORE ((void*)-1) - -// === TYPES === +#include +// === TYPES == typedef struct sTSS { Uint32 Link; Uint32 ESP0, SS0; @@ -27,8 +23,6 @@ typedef struct sTSS { Uint16 Resvd, IOPB; // IO Permissions Bitmap } __attribute__((packed)) tTSS; -// === FUNCTIONS === -extern void Proc_Start(); -extern int Proc_Clone(Uint *Err, Uint Flags); +#define USER_MAX KERNEL_BASE #endif