Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

linux/types.h: Use __u64 for aligned_u64

Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Jan Engelhardt and committed by
David S. Miller
c82a5cb8 2fd8e526

+1 -1
+1 -1
include/linux/types.h
··· 126 126 #endif 127 127 128 128 /* this is a special 64bit data type that is 8-byte aligned */ 129 - #define aligned_u64 unsigned long long __attribute__((aligned(8))) 129 + #define aligned_u64 __u64 __attribute__((aligned(8))) 130 130 #define aligned_be64 __be64 __attribute__((aligned(8))) 131 131 #define aligned_le64 __le64 __attribute__((aligned(8))) 132 132