Kernel - General fixing after ARM7 changes
[tpg/acess2.git] / Kernel / arch / x86 / include / proc.h
index 2b04b75..e449a0f 100644 (file)
@@ -5,7 +5,7 @@
 #ifndef _PROC_H
 #define _PROC_H
 
-#include <threads.h>
+#include <threads_int.h>
 
 // === 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

UCC git Repository :: git.ucc.asn.au