eal/windows: do not install virt2phys header

The header was not intended to be a public one.
DPDK users should use `rte_mem_virt2iova()` to translate addresses.
Other virt2phys users should use the header from the driver instead.

Fixes: 2a5d547a4a ("eal/windows: implement basic memory management")
Cc: stable@dpdk.org

Signed-off-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
This commit is contained in:
Dmitry Kozlyuk 2021-10-01 19:37:25 +03:00 committed by Thomas Monjalon
parent 694c81721e
commit d47dd94162

View File

@ -5,6 +5,5 @@ includes += include_directories('.')
headers += files(
'rte_os.h',
'rte_virt2phys.h',
'rte_windows.h',
)