xref: /dpdk/lib/eal/arm/rte_hypervisor.c (revision 99a2dd955fba6e4cc23b77d590a033650ced9c45)
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)8 rte_hypervisor_get(void)
9 {
10 	return RTE_HYPERVISOR_UNKNOWN;
11 }
12