acrn-hypervisor/hypervisor/include
Shiqing Gao 4b7fe2e215 hv: init: minor fix related to header file
Header file shall not be included multiple times.
The following prototype shall be used.

        #ifndef INIT_H
        #define INIT_H

        /* body */

        #endif /* INIT_H*/

Tracked-On: #861
Signed-off-by: Shiqing Gao <shiqing.gao@intel.com>
2019-01-11 21:53:09 +08:00
..
arch/x86 hv: init: minor fix related to header file 2019-01-11 21:53:09 +08:00
common hv: passthrough: Change interrupt pin to uint32_t 2019-01-10 23:52:25 +08:00
debug profiling: code cleanup 2019-01-11 10:54:38 +08:00
dm hv: fix MISRA-C violations in dm/vpci 2019-01-11 14:28:45 +08:00
lib hv: remove the usage of 'atoi()' 2018-12-26 13:50:26 +08:00
public hv: passthrough: Change interrupt pin to uint32_t 2019-01-10 23:52:25 +08:00
hv_debug.h HV: Added Initial support for SEP/SOCWATCH profiling 2018-10-26 13:39:07 +08:00
hypervisor.h HV:treewide:rename vm data structure 2018-11-05 15:35:49 +08:00