Modules/USB MSC - Error handling and fix for Tegra2 Qemu
[tpg/acess2.git] / Tools / nativelib / include / acess.h
index b83b977..b8bd4df 100644 (file)
@@ -56,6 +56,7 @@ extern int64_t        timestamp(int sec, int min, int hr, int day, int month, int year)
 extern void    format_date(tTime TS, int *year, int *month, int *day, int *hrs, int *mins, int *sec, int *ms);
 
 #define PACKED __attribute__((packed))
+#define NORETURN       __attribute__((noreturn))
 #define DEPRECATED
 #define EXPORT(s)
 #define EXPORTV(s)

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