acrn-hypervisor/hypervisor/include/arch/x86/guest
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
..
guest_pm.h hv: treewide: fix 'No definition in system for prototyped procedure' 2018-07-20 10:38:32 +08:00
guest.h hv: Add API to set vcpu register 2018-09-29 15:34:02 +08:00
mptable.h HV: Adding mptable support for partition mode ACRN 2018-08-03 13:36:40 +08:00
ucode.h hv: fix 'User name starts with underscore' 2018-09-30 14:45:37 +08:00
vcpu.h hv: fix 'User name starts with underscore' 2018-09-30 14:45:37 +08:00
vioapic.h hv: fix 'User name starts with underscore' 2018-09-30 14:45:37 +08:00
vlapic.h hv: fix 'User name starts with underscore' 2018-09-30 14:45:37 +08:00
vm0_boot.h hv: fix 'User name starts with underscore' 2018-09-30 14:45:37 +08:00
vm.h hv: fix 'User name starts with underscore' 2018-09-30 14:45:37 +08:00
vpic.h hv: fix 'User name starts with underscore' 2018-09-30 14:45:37 +08:00