Files
acrn-hypervisor/devicemodel/include
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-08-02 13:14:03 +08:00
2018-11-30 14:55:17 +08:00
2018-12-13 09:56:09 +08:00
2018-10-26 13:37:47 +08:00
2018-05-16 15:09:48 +08:00
2018-09-12 09:18:44 +08:00
2018-10-09 13:24:47 +08:00
2018-12-07 20:21:33 +08:00
2018-06-07 16:11:49 +08:00
2018-10-09 13:24:47 +08:00
2018-08-02 13:14:03 +08:00
2018-05-25 10:45:24 +08:00
2018-11-29 09:19:16 +08:00
2018-10-23 11:40:15 +08:00
2018-05-15 17:25:55 +08:00
2018-12-04 18:27:53 +08:00
2018-10-22 16:57:23 +08:00