Working on the x86 bit port (caused some changes to try and get it
[tpg/acess2.git] / Kernel / include / acess.h
index 993aa1f..0e67fb6 100644 (file)
@@ -6,7 +6,8 @@
 #define _COMMON_H
 
 #define NULL   ((void*)0)
-#define PACKED __attribute__ ((packed))
+#define PACKED __attribute__((packed))
+#define UNUSED(x)      UNUSED_##x __attribute__((unused))
 #define offsetof(st, m) ((Uint)((char *)&((st *)(0))->m - (char *)0 ))
 
 //#include <stdint.h>

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