2017-11-30 21:27:01 +00:00
|
|
|
/* SPDX-License-Identifier: BSD-3-Clause
|
2018-03-20 19:20:35 +00:00
|
|
|
* Copyright 2017 Mellanox Technologies, Ltd
|
2017-11-30 21:27:01 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#include "rte_hypervisor.h"
|
|
|
|
|
|
|
|
enum rte_hypervisor
|
|
|
|
rte_hypervisor_get(void)
|
|
|
|
{
|
|
|
|
return RTE_HYPERVISOR_UNKNOWN;
|
|
|
|
}
|