Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c82a5cb8 authored by Jan Engelhardt's avatar Jan Engelhardt Committed by David S. Miller
Browse files

linux/types.h: Use __u64 for aligned_u64

parent 2fd8e526
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -126,7 +126,7 @@ typedef __s64 int64_t;
#endif
#endif


/* this is a special 64bit data type that is 8-byte aligned */
/* this is a special 64bit data type that is 8-byte aligned */
#define aligned_u64 unsigned long long __attribute__((aligned(8)))
#define aligned_u64 __u64 __attribute__((aligned(8)))
#define aligned_be64 __be64 __attribute__((aligned(8)))
#define aligned_be64 __be64 __attribute__((aligned(8)))
#define aligned_le64 __le64 __attribute__((aligned(8)))
#define aligned_le64 __le64 __attribute__((aligned(8)))