Merge branch 'master' of git://localhost/acess2
[tpg/acess2.git] / KernelLand / Kernel / include / acess.h
index d5b96b2..8c5e454 100644 (file)
@@ -22,6 +22,8 @@
 #define DEPRECATED     __attribute__((deprecated))
 //! Mark a parameter as unused
 #define UNUSED(x)      UNUSED_##x __attribute__((unused))
+//! 
+#define ALIGN(x)       __attribute__((aligned(x)))
 
 /**
  * \name Boolean constants

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