aboutsummaryrefslogtreecommitdiff
path: root/include/apos/attrs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/apos/attrs.h')
-rw-r--r--include/apos/attrs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/apos/attrs.h b/include/apos/attrs.h
index 64ec27d..0a731cc 100644
--- a/include/apos/attrs.h
+++ b/include/apos/attrs.h
@@ -2,6 +2,7 @@
#define __section(section) __attribute__((__section__(section)))
#define __fmt(x, y) __attribute__((format (__printf__, x, y)))
+#define __aligned(a) __attribute__((aligned(a)))
#define __noinline __attribute__((noinline))
#define __noreturn __attribute__((noreturn))
#define __packed __attribute__((packed))