]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
tools include: Add definitions for __aligned_{l,b}e64
authorDavid Matlack <dmatlack@google.com>
Fri, 19 Dec 2025 23:38:17 +0000 (23:38 +0000)
committerAlex Williamson <alex@shazbot.org>
Tue, 23 Dec 2025 21:16:18 +0000 (14:16 -0700)
commit30fb98ec34d3c14cb748714ea3179b597604a1d4
treef4d101c2cefe9ce4f32a6d741e4df10f28041421
parent1e91505038823e51b98d1a63660606307202d5b6
tools include: Add definitions for __aligned_{l,b}e64

Add definitions for the missing __aligned_le64 and __aligned_be64 to
tools/include/linux/types.h. The former is needed by <linux/iommufd.h>
for builds where tools/include/ is on the include path ahead of
usr/include/.

Signed-off-by: David Matlack <dmatlack@google.com>
Link: https://lore.kernel.org/r/20251219233818.1965306-2-dmatlack@google.com
Signed-off-by: Alex Williamson <alex@shazbot.org>
tools/include/linux/types.h