Files
acrn-hypervisor/hypervisor/debug
Zhao Yakui e22b35e332 HV/DM: Unify the usage of aligned for structure definition with alignment
Now one macro is added to define the alignment requirement.
>#define __aligned(x) __attribute__((aligned(x)))

Some code uses the __aligned(x) to define the alignment while the other
code uses the original alignment definition.
So they are unified.

Tracked-On: projectacrn/acrn-hypervisor#2131
Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
Acked-by: Anthony Xu <anthony.xu@intel.com>
2018-12-20 14:08:28 +08:00
..
2018-12-12 13:08:10 +08:00
2018-11-06 13:37:33 +08:00
2018-12-14 15:24:26 +08:00
2018-12-12 13:08:10 +08:00
2018-12-13 09:08:32 +08:00
2018-11-02 11:05:32 +08:00