]> git.proxmox.com Git - ceph.git/blob - ceph/src/seastar/dpdk/lib/librte_eal/common/arch/ppc_64/rte_hypervisor.c
import 15.2.0 Octopus source
[ceph.git] / ceph / src / seastar / dpdk / 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 }