aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_eal/common/arch/arm/rte_hypervisor.c
blob: 3792fe2ce740c48e77eebea5d7015c59ea746d5b (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;
}