Updated Usermode FInfo structure to match the kernel's copy
[tpg/acess2.git] / Kernel / arch / arm7 / include / proc.h
index 62d2398..e206359 100644 (file)
@@ -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