Kernel/arm7 - NewKThread (partially) implemented
[tpg/acess2.git] / Kernel / arch / arm7 / include / proc.h
index 62d2398..1dd9b0f 100644 (file)
@@ -11,7 +11,7 @@
 
 // === STRUCTURES ===
 typedef struct {
-       Uint32  IP, LR, SP;
+       Uint32  IP, SP;
        Uint32  UserIP, UserSP;
 } tTaskState;
 
@@ -43,11 +43,9 @@ typedef struct {
 } tSyscallRegs;
 
 // === MACROS ===
-#define HALT() __asm__ __volatile__ ("nop")
+#define HALT() do{}while(0)
 
 // === PROTOTYPES ===
-extern void    Proc_Start(void);
-extern tTID    Proc_Clone(Uint *Errno, int Flags);
 
 #endif
 

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