aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_eal/common/arch/arm/rte_hypervisor.c
blob: 08a1c97d1018ab23d987a837deeb21b3d9029365 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: BSD-3-Clause
 * Copyright 2017 Mellanox Technologies, Ltd
 */

#include "rte_hypervisor.h"

enum rte_hypervisor
rte_hypervisor_get(void)
{
	return RTE_HYPERVISOR_UNKNOWN;
}