xref: /dpdk/lib/eal/arm/rte_hypervisor.c (revision 99a2dd955fba6e4cc23b77d590a033650ced9c45)
1*99a2dd95SBruce Richardson /* SPDX-License-Identifier: BSD-3-Clause
2*99a2dd95SBruce Richardson  * Copyright 2017 Mellanox Technologies, Ltd
3*99a2dd95SBruce Richardson  */
4*99a2dd95SBruce Richardson 
5*99a2dd95SBruce Richardson #include "rte_hypervisor.h"
6*99a2dd95SBruce Richardson 
7*99a2dd95SBruce Richardson enum rte_hypervisor
rte_hypervisor_get(void)8*99a2dd95SBruce Richardson rte_hypervisor_get(void)
9*99a2dd95SBruce Richardson {
10*99a2dd95SBruce Richardson 	return RTE_HYPERVISOR_UNKNOWN;
11*99a2dd95SBruce Richardson }
12