eal: add OS specific header file
authorAnand Rawat <anand.rawat@intel.com>
Tue, 2 Apr 2019 03:54:51 +0000 (20:54 -0700)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 2 Apr 2019 23:11:56 +0000 (01:11 +0200)
commit428eb983f5f7614661dd5672e3a4ac51b23d6ee1
treed4fc4b63e152fc0ee381e13b571f88af689dd7ae
parent98edcbb5ab2f06eabb691c67613e65a8405c55b1
eal: add OS specific header file

Added rte_os.h files to support OS specific functionality.
Updated build system to contain OS headers in the include
path.

Signed-off-by: Anand Rawat <anand.rawat@intel.com>
Reviewed-by: Pallavi Kadam <pallavi.kadam@intel.com>
Acked-by: Harini Ramakrishnan <harini.ramakrishnan@microsoft.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
lib/librte_eal/freebsd/eal/Makefile
lib/librte_eal/freebsd/eal/include/rte_os.h [new file with mode: 0644]
lib/librte_eal/freebsd/eal/meson.build
lib/librte_eal/linux/eal/Makefile
lib/librte_eal/linux/eal/include/rte_os.h [new file with mode: 0644]
lib/librte_eal/linux/eal/meson.build
lib/librte_eal/windows/eal/include/rte_os.h [new file with mode: 0644]
lib/librte_eal/windows/eal/meson.build
meson.build
mk/exec-env/freebsd/rte.vars.mk
mk/exec-env/linux/rte.vars.mk