blob: ca8a435e90939855fe54c9e04d07238b5d45aba6 (
plain)
1
2
3
4
5
6
7
|
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2017 Intel Corporation
sources = files('rte_ring.c')
headers = files('rte_ring.h',
'rte_ring_c11_mem.h',
'rte_ring_generic.h')
|