git.droids-corp.org
/
dpdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
vdpa/mlx5: fix minsize build
[dpdk.git]
/
lib
/
eal
/
arm
/
rte_hypervisor.c
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
8
rte_hypervisor_get(void)
9
{
10
return RTE_HYPERVISOR_UNKNOWN;
11
}