mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2026-05-04 06:21:50 +01:00
d4a94ea471
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: Christoph Muellner <cmuellner@linux.com> Reviewed-by: Anup Patel <anup.patel@wdc.com>