Merge branch 'master' of git://git.ucc.asn.au/tpg/acess2
[tpg/acess2.git] / AcessNative / acesskernel_src / include / arch.h
index ab27de1..868a056 100644 (file)
@@ -28,6 +28,7 @@ typedef intptr_t      tPAddr;
 
 typedef        int     BOOL;
 
+extern void    exit(int status) __attribute__((noreturn));
 #define HALT_CPU()     exit(1)
 
 #include <stddef.h>

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