Fiddling with the x86_64 port
[tpg/acess2.git] / Kernel / arch / x86_64 / include / proc.h
index cf9a446..94d2127 100644 (file)
@@ -44,5 +44,9 @@ typedef struct sTaskState
 // === CONSTANTS ===
 #define KERNEL_STACK_SIZE      0x10000 // 64 KiB
 
+// === FUNCTIONS ===
+extern void    Proc_Start(void);
+extern int     Proc_Clone(Uint *Err, Uint Flags);
+
 #endif
 

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