acrn-hypervisor/hypervisor/include/common
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
..
hypercall.h doc: fix doxygen error in hypercall.h 2018-09-29 12:46:05 +08:00
irq.h HV: Add hypercall to set/clear IRQ line 2018-09-27 16:49:52 +08:00
ptdev.h hv:clear up the usage of printf data struct 2018-09-28 16:40:07 +08:00
schedule.h hv: fix 'User name starts with underscore' 2018-09-30 14:45:37 +08:00
softirq.h hv: remove unused MACROs 2018-09-18 09:43:43 +08:00