Terminal - Fix forgotten break after handling of \e[K
[tpg/acess2.git] / KernelLand / Kernel / include / acess.h
index d5b96b2..a43e5c0 100644 (file)
 #include <stddef.h>
 #include <arch.h>
 
+#ifndef HALT_CPU
+# define HALT_CPU()    for(;;);
+#endif
+
 //! Pack a structure
 #define PACKED __attribute__((packed))
 //! Mark a function as not returning
@@ -22,6 +26,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