mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-30 21:16:03 +00:00
In order to comply with MISRA C rules, renamed vairables and function names starting with "_". The major changes invloves mostly static function names, as they are being called inside the same file by a wrapper function. Signed-off-by: Arindam Roy <arindam.roy@intel.com>