mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-04 15:14:27 +00:00
The number of initialization command word (ICW) and register contents are logically unsigned and they have already been used in such way. This patch changes the declaration of them so that the declarations, definitions and uses are all aligned. Signed-off-by: Junjie Mao <junjie.mao@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>