aboutsummaryrefslogtreecommitdiffstats
path: root/usr/include/sys/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/include/sys/types.h')
-rw-r--r--usr/include/sys/types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/include/sys/types.h b/usr/include/sys/types.h
index 6780ed1a00e5b..3a4c738a897c2 100644
--- a/usr/include/sys/types.h
+++ b/usr/include/sys/types.h
@@ -100,6 +100,10 @@ typedef uint16_t __sum16;
typedef uint32_t __sum32;
typedef uint64_t __sum64;
+#define __aligned_u64 __u64 __attribute__((aligned(8)))
+#define __aligned_be64 __be64 __attribute__((aligned(8)))
+#define __aligned_le64 __le64 __attribute__((aligned(8)))
+
/*
* Some headers seem to require this...
*/