X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Farch%2Fx86%2Finclude%2Fproc.h;h=e449a0fa05c61abdba2570da84806ae6339a18d9;hb=30e2436921e53b149d65403430048e39a44cad4b;hp=2b04b7572fc4756e601a9da23c21ae82db921a29;hpb=ccd6cf2af99fdc050888c70eb4d59f078a15a2da;p=tpg%2Facess2.git diff --git a/Kernel/arch/x86/include/proc.h b/Kernel/arch/x86/include/proc.h index 2b04b757..e449a0fa 100644 --- a/Kernel/arch/x86/include/proc.h +++ b/Kernel/arch/x86/include/proc.h @@ -5,7 +5,7 @@ #ifndef _PROC_H #define _PROC_H -#include +#include // === TYPES == typedef struct sTSS { @@ -23,8 +23,4 @@ typedef struct sTSS { Uint16 Resvd, IOPB; // IO Permissions Bitmap } __attribute__((packed)) tTSS; -// === FUNCTIONS === -extern void Proc_Start(void); -extern int Proc_Clone(Uint *Err, Uint Flags); - #endif