On Thu, Feb 01, 2024 at 01:22:06PM +0100, Alexander Lobakin wrote: > Currently, tools have *ALIGN*() macros scattered across the unrelated > headers, as there are only 3 of them and they were added separately > each time on an as-needed basis. > Anyway, let's make it more consistent with the kernel headers and allow > using those macros outside of the mentioned headers. Create > <linux/align.h> inside the tools/ folder and include it where needed. > > Signed-off-by: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx> Reviewed-by: Yury Norov <yury.norov@xxxxxxxxx>