/
phprus
/
github_dpdk
Обзор
Документация
Войти
/
phprus
/
github_dpdk
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
lib/gpudev/meson.build
16 строк
253 B
Thomas Monjalon
gpudev: export header file for external drivers
20 мар 2023, 02:38
20 мар 2023, 02:38
5dd7c0d
Код
Авторство
О чём код?
# SPDX-License-Identifier: BSD-3-Clause # Copyright (c) 2021 NVIDIA Corporation & Affiliates headers = files( 'rte_gpudev.h', ) driver_sdk_headers = files( 'gpudev_driver.h', ) sources = files( 'gpudev.c', ) deps += ['mbuf']