Commit d4a94ea4 authored by Christoph Muellner's avatar Christoph Muellner Committed by Anup Patel
Browse files

include: types: Add __aligned(x) to define the minimum alignement



The __aligned(x) macro is a common wrapper around compiler's
aligned attribute, which allow to define the minimum alignement
of a data type. Let's add this macro.

Signed-off-by: default avatarChristoph Muellner <cmuellner@linux.com>
Reviewed-by: default avatarAnup Patel <anup.patel@wdc.com>
parent e71a7c10
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment