acrn-hypervisor/hypervisor/bsp
Shiqing Gao 4544d28ee1 hv: fix 'User name starts with underscore'
There are chances that names with leading underscore declared by
developers are conflict with the ones reserved for the compiler.

What this patch does:
- rename these functions/variables/macros starting with
  underscore to avoid such unintentational mistakes.
- remove gpr.h without any contents

Tracked-On: #861
Signed-off-by: Shiqing Gao <shiqing.gao@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-09-30 14:45:37 +08:00
..
include HV: Add acpi_fixup api to override acpi on needs 2018-09-18 13:34:47 +08:00
ld hv: fix 'User name starts with underscore' 2018-09-30 14:45:37 +08:00
sbl HV: remove dead APIC info MACROs in bsp 2018-09-18 15:56:18 +08:00
uefi hv: Move the strcut acrn_vcpu_regs to public header file 2018-09-29 15:34:02 +08:00