1 /* SPDX-License-Identifier: BSD-3-Clause 2 * Copyright 2017 Mellanox Technologies, Ltd 3 */ 4 5 #include "rte_hypervisor.h" 6 7 enum rte_hypervisor rte_hypervisor_get(void)8rte_hypervisor_get(void) 9 { 10 return RTE_HYPERVISOR_UNKNOWN; 11 } 12
1 /* SPDX-License-Identifier: BSD-3-Clause 2 * Copyright 2017 Mellanox Technologies, Ltd 3 */ 4 5 #include "rte_hypervisor.h" 6 7 enum rte_hypervisor rte_hypervisor_get(void)8rte_hypervisor_get(void) 9 { 10 return RTE_HYPERVISOR_UNKNOWN; 11 } 12