numam-dpdk/lib/librte_rawdev
Thomas Monjalon f8e9989606 remove useless constructor headers
A constructor is usually declared with RTE_INIT* macros.
As it is a static function, no need to declare before its definition.
The macro is used directly in the function definition.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
2018-07-12 00:00:35 +02:00
..
Makefile rawdev: introduce raw device library 2018-01-31 15:35:01 +01:00
meson.build rawdev: add to meson build 2018-04-17 16:40:09 +02:00
rte_rawdev_pmd.h rawdev: add self test 2018-01-31 15:35:56 +01:00
rte_rawdev_version.map rawdev: add self test 2018-01-31 15:35:56 +01:00
rte_rawdev.c remove useless constructor headers 2018-07-12 00:00:35 +02:00
rte_rawdev.h rawdev: add self test 2018-01-31 15:35:56 +01:00