From 513a8d20beeacb3a7fc2c3c140d014f7fb25cd6f Mon Sep 17 00:00:00 2001 From: Kimplul Date: Thu, 6 Jan 2022 17:41:38 +0200 Subject: Jump back to kernelspace tested + Added automated categories to debugging, bug/info/warn/error etc. Now I should just try to use them here and there :D --- include/apos/attrs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/apos/attrs.h') 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)) -- cgit v1.3