]> git.droids-corp.org - dpdk.git/blob - lib/librte_eal/common/arch/ppc_64/rte_hypervisor.c
eal/x86: get hypervisor name
[dpdk.git] / lib / librte_eal / common / arch / ppc_64 / rte_hypervisor.c
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
8 rte_hypervisor_get(void)
9 {
10         return RTE_HYPERVISOR_UNKNOWN;
11 }