Kernel/arm7 - Fiddling with PCI etc
[tpg/acess2.git] / Kernel / arch / x86_64 / include / proc.h
index 93926f7..a23aa37 100644 (file)
@@ -38,16 +38,12 @@ typedef struct sMemoryState
  */
 typedef struct sTaskState
 {
-       Uint    RIP, RSP, RBP;
+       Uint    RIP, RSP;
        Uint64  UserRIP, UserCS;
 }      tTaskState;
 
 // === 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